javascript regexp tester.
regular expression test by javascript.
Co to jest javascript regexp tester.?
javascript regexp tester. to rozszerzenie Chrome opracowane przez motrohi, a jego główną funkcją jest „regular expression test by javascript.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia javascript regexp tester.
Pobierz pliki rozszerzeń javascript regexp tester. w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bncbgmmhpdaddlblolbpflngclbachab |
Oficjalny URL | https://chrome.google.com/webstore/detail/javascript-regexp-tester/bncbgmmhpdaddlblolbpflngclbachab |
Opis | regular expression test by javascript. |
Rozmiar pliku | 56.25 KB |
Liczba instalacji | 337 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2014-06-22 |
Data Publikacji | 2014-06-22 |
Ocena | 3.50/5 Łącznie 4 Oceny |
Deweloper | motrohi |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |