Domain Swap
Switch domains without switching paths.
O que é Domain Swap?
Domain Swap é uma extensão do Chrome desenvolvida por jmhobbs, e sua principal característica é "Switch domains without switching paths.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Domain Swap
Baixe arquivos de extensão Domain Swap no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Domain Swap is a Google Chrome extension which lets you change the domain of the active tab while keeping the path the same. This is great for web developers who share links and need to easily switch between environments.
Informações Básicas da Extensão
Nome | Domain Swap |
ID | ngiiihlebepigjbefembddhdplmaghep |
URL Oficial | https://chromewebstore.google.com/detail/domain-swap/ngiiihlebepigjbefembddhdplmaghep |
Descrição | Switch domains without switching paths. |
Tamanho do Arquivo | 23.81 KB |
Contagem de Instalações | 222 |
Versão Atual | 2.0.2 |
Última Atualização | 2013-12-12 |
Data de Publicação | 2013-12-11 |
Classificação | 4.13/5 Total de 8 Avaliações |
Desenvolvedor | jmhobbs |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jmhobbs/domain-swap |
URL da Página de Ajuda | https://github.com/jmhobbs/domain-swap/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Domain Swap", "version": "2.0.2", "manifest_version": 2, "description": "Switch domains without switching paths.", "homepage_url": "https:\/\/github.com\/jmhobbs\/google-chome-domain-switcher", "icons": { "128": "icon-128x128.png", "64": "icon-64x64.png", "32": "icon-32x32.png", "19": "icon-19x19.png" }, "background": { "scripts": [ "domain-sets.js", "storage.js", "domain-switcher.js", "background.js" ] }, "page_action": { "default_icon": "icon-19x19.png", "default_title": "Switch Domain" }, "options_page": "options.html", "permissions": [ "tabs" ] } |