javascript regexp tester.
regular expression test by javascript.
Co je javascript regexp tester.?
javascript regexp tester. je rozšíření Chrome vyvinuté motrohi, a jeho hlavní funkcí je „regular expression test by javascript.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření javascript regexp tester.
Stáhněte si soubory rozšíření javascript regexp tester. 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í
Using a regular expression of javascript. This extension, rather than to search for a regular expression HTML page, You or to test the javascript regular expression to capture the selected text in the HTML page. Or, it is a tool to test regular expressions of javascript easily.
Základní Informace o Rozšíření
Název | |
ID | bncbgmmhpdaddlblolbpflngclbachab |
Oficiální URL | https://chrome.google.com/webstore/detail/javascript-regexp-tester/bncbgmmhpdaddlblolbpflngclbachab |
Popis | regular expression test by javascript. |
Velikost souboru | 56.25 KB |
Počet instalací | 337 |
Aktuální Verze | 1.0.5 |
Poslední Aktualizace | 2014-06-22 |
Datum Vydání | 2014-06-22 |
Hodnocení | 3.50/5 Celkem 4 Hodnocení |
Vývojář | motrohi |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "javascript regexp tester.", "version": "1.0.5", "description": "regular expression test by javascript.", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "javascript regexp tester" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "all_frames": true, "js": [ "jsc\/defs.js", "jsc\/content.js" ], "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ] } ], "icons": { "16": "icon.png", "128": "icon128.png" } } |