hdpoplemgeaioijkmoebnnjcilfjnjdi
Switch your host/IP mappings in real time without editing your hosts file LiveHosts is a Chrome extension that aims at providing a working (even if sub-obtimal) solution to a common nuisance that many web developers have to deal with every day. If you have multiple versions of your websites sharing the same host names on multiple environments, you often need to switch the assignments in your OS hosts file. Other extensions (like the life-saving HostAdmin) can help with the cumbersomeness, but changes to the hosts file usually take an inconvenient amount of time to actually affect the browser. Unfortunately, there is no way to make Chrome direct requests for a hostname to a specific IP without a standard redirect - you could set up a smart HTTP proxy, but it's often not possible or not convenient. This extension settles for a sub-obtimal approach: requests to the indicated hostnames are redirected to the chosen IPs with an additional Host header. The browser's address bar reflects this behaviour showing the hostname right after the IP (e.g. http://127.0.0.1/www.example.com/). The extension also tries to take care of all requests to either the IP or the hostname in a consistent way. After the redirect, the user is effectively in a different domain that the one they expected. They may notice some functional differences: - depending on the server, parts of a web page referring to the site URL (like href and src attributes) could be different from the original - window.location has a different value that can potentially throw off JavaScript snippets - most Cross-Origin request won't work
Locale Switcher
Lets you quickly switch the browser locale to test localization on your website. 🌏 Locale Switcher Browser Extension to quickly change your browser locale. ❓ What does it do? When a locale chosen the following thinks will be adjusted: Chrome & Firefox Support for 700+ languages and variations Per tab basis Favorite your most used locales Fully shortcut enabled, no mouse needed (Windows: Ctrl+Shift+L / Mac: Cmd+Shift+L)
Blackfire Profiler
Profile your applications from your browser. Blackfire helps you monitor your web applications performance, visualise and understand the hot spots, directly during development as well as on production servers with a very low overhead. The web browser companion makes it easy to profile any page within the browser.
Dr.FLARE
Get insights of your Cloudflared website. Provides an easy way to see benefits with Cloudflare. Get insights of your Cloudflared website. This tool provides an easy way to see all the benefits with Cloudflare. After installation, please open F12 (Developer Tools) and find "Dr.FLARE" tab to get started. This extension will paint images on websites indicating Cache HIT or MISS status with color filter, GREEN filter indicates the image was from cache, RED means cache MISS. The images were not delivered via Cloudflare server, it will be painted with faded-black. Hover on painted images, a popup will show more details at the right corner of your screen. You can disable this feature in the extension popup window. - Please REFRESH to reflect the change. Dr.FLARE Panel in developer tools provides more information on how much performance / optimization you are getting with Cloudflare. If you don't see any data, please refresh (F5) to receive requests. This plugin was introduced by Cloudflare as a community tips, please see here for more details. - https://community.cloudflare.com/t/community-tip-dr-flare-debug-tool-for-cloudflare-chrome-extension/110166 If you have any questions or suggestions, please leave a comment or send us email directly at ricky840@gmail.com / pbz1856@gmail.com. Thank you for installing and enjoy!!
Awesome Host Manager
本地 hosts 管理插件 ## 概述 Yet another Host tools. —— 又一个 host 管理工具 * 秒切 host 无延迟 😎 * 基于 chrome 代理 ❤️ * 兼容 socket 代理 🤔 * 简洁好用,无多余功能 👏 ## 变更记录: ### 1.2.1 1. 移除 bulma 依赖 2. 修复空行引起的 IP 地址检测空的异常 ### 1.2.0 1. 升级 manifest V3 2. 迁移使用 preact,取消 react/redux/bulma 的依赖包 3. UI使用原生 CSS 4. 使用 TypeScript 重构,esbuild 构建最终插件的产物 5. 尝试使用 cursor 重构,发现有用,但是代替不了手写代码