Quick Script
Quick Script is a google chrome extension created for web developers and software testers to enable them to author test scripts and…
Co je Quick Script?
Quick Script je rozšíření Chrome vyvinuté Mark Wheeler, a jeho hlavní funkcí je „Quick Script is a google chrome extension created for web developers and software testers to enable them to author test scripts and…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Quick Script
Stáhněte si soubory rozšíření Quick Script 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í
Quick Script is a google chrome extension created for web developers and software testers to enable them to author test scripts and repetitive automation tasks for web sites and web apps running in the chrome browser. Note: This is an ongoing project more commands will be added in later versions. If you have suggestions for commands please provide feedback and I will try to include them.
Základní Informace o Rozšíření
Název | |
ID | amjekilcdjfiobfjnglcndkdimkbpkaj |
Oficiální URL | https://chrome.google.com/webstore/detail/quick-script/amjekilcdjfiobfjnglcndkdimkbpkaj |
Popis | Quick Script is a google chrome extension created for web developers and software testers to enable them to author test scripts and… |
Velikost souboru | 602 KB |
Počet instalací | 171 |
Aktuální Verze | 2.2 |
Poslední Aktualizace | 2013-09-17 |
Datum Vydání | 2013-09-17 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Mark Wheeler |
Typ Platby | free |
Podporované Jazyky | en,en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/popup.js" ] }, "manifest_version": 2, "content_scripts": [ { "all_frames": true, "js": [ "js\/contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Quick Script" }, "default_locale": "en", "minimum_chrome_version": "14.0", "name": "Quick Script", "permissions": [ "tabs", "tts", "contextMenus", "http:\/\/*\/*" ], "version": "2.2" } |