URL Redirect for Developers
Allows you to redirect one URL to another. It is intended to help developers debug issues on production websites.
O que é URL Redirect for Developers?
URL Redirect for Developers é uma extensão do Chrome desenvolvida por Brian Mock, e sua principal característica é "Allows you to redirect one URL to another. It is intended to help developers debug issues on production websites.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão URL Redirect for Developers
Baixe arquivos de extensão URL Redirect for Developers 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
Examples of what you can do with URL Redirect for Developers: - Replace a minified version of jQuery with a regular build for better debugging - Replace production webpack bundles with local webpack bundles for testing your local code changes against production data - Disabling Content-Security-Policy (CSP) on certain domains in order to test changes - Redirect backend URLs to different URLs in order to test unimplemented backend features
Informações Básicas da Extensão
Nome | |
ID | dapeklgnmaelnloappfkohdngdggcakf |
URL Oficial | https://chrome.google.com/webstore/detail/url-redirect-for-develope/dapeklgnmaelnloappfkohdngdggcakf |
Descrição | Allows you to redirect one URL to another. It is intended to help developers debug issues on production websites. |
Tamanho do Arquivo | 131 KB |
Contagem de Instalações | 465 |
Versão Atual | 1.1 |
Última Atualização | 2020-01-09 |
Data de Publicação | 2020-01-05 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Brian Mock |
Tipo de Pagamento | free |
Site da Extensão | https://mockbrian.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "Allows you to redirect one URL to another. It is intended to help developers debug issues on production websites.", "name": "URL Redirect for Developers", "short_name": "URL Redirect", "version": "1.1", "author": "Brian Mock (mockbrian.com)", "homepage_url": "https:\/\/github.com\/wavebeem\/url-redirect-webextension", "applications": { "gecko": { "id": "[email protected]" } }, "icons": { "16": "img\/icon-enabled.png", "32": "img\/[email protected]", "128": "img\/[email protected]" }, "permissions": [ "webRequest", "webNavigation", "webRequestBlocking", " |