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.
Co je AEM Edit To Test Link Generator?
AEM Edit To Test Link Generator je rozšíření Chrome vyvinuté Tarun Anand, a jeho hlavní funkcí je „AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření AEM Edit To Test Link Generator
Stáhněte si soubory rozšíření AEM Edit To Test Link Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | AEM Edit To Test Link Generator |
ID | koljcceclgdmgjhcobpffiiicbhjekoe |
Oficiální URL | https://chromewebstore.google.com/detail/aem-edit-to-test-link-gen/koljcceclgdmgjhcobpffiiicbhjekoe |
Popis | AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon. |
Velikost souboru | 90.35 KB |
Počet instalací | 20 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-06-26 |
Datum Vydání | 2016-06-26 |
Vývojář | Tarun Anand |
Typ Platby | free |
Podporované Jazyky | 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" ] } } |