AEM Edit To Test Link Generator
AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon.
O que é AEM Edit To Test Link Generator?
AEM Edit To Test Link Generator é uma extensão do Chrome desenvolvida por Tarun Anand, e sua principal característica é "AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AEM Edit To Test Link Generator
Baixe arquivos de extensão AEM Edit To Test Link Generator 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
AEM Edit To Test Link Generator/Convertor, You can right click on the edit page and click on "AEM: Edit to Test Link" or use it from extension icon, the extension also handles the cf# in the url or any other ?parameter like version prams in the url
Informações Básicas da Extensão
Nome | AEM Edit To Test Link Generator |
ID | koljcceclgdmgjhcobpffiiicbhjekoe |
URL Oficial | https://chromewebstore.google.com/detail/aem-edit-to-test-link-gen/koljcceclgdmgjhcobpffiiicbhjekoe |
Descrição | AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon. |
Tamanho do Arquivo | 90.35 KB |
Contagem de Instalações | 20 |
Versão Atual | 1.0 |
Última Atualização | 2016-06-26 |
Data de Publicação | 2016-06-26 |
Desenvolvedor | Tarun Anand |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AEM Edit To Test Link Generator", "version": "1.0", "manifest_version": 2, "description": "AEM: Edit To Test Link Generator\/Convertor, You can right click on the edit page and click or use it from extension icon.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "contextMenus", "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "clipboardWrite" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*" ], "all_frames": true, "js": [ "jquery.js", "allscript.js" ] } ], "background": { "scripts": [ "script.js" ] } } |