javascript regexp tester.
regular expression test by javascript.
Что такое javascript regexp tester.?
javascript regexp tester. - это расширение Chrome, разработанное motrohi, и его основная функция - "regular expression test by javascript.".
Снимки экрана расширения
Скачать файл CRX расширения javascript regexp tester.
Скачайте файлы расширений javascript regexp tester. в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | bncbgmmhpdaddlblolbpflngclbachab |
Официальный URL | https://chrome.google.com/webstore/detail/javascript-regexp-tester/bncbgmmhpdaddlblolbpflngclbachab |
Описание | regular expression test by javascript. |
Размер файла | 56.25 KB |
Количество установок | 337 |
Текущая Версия | 1.0.5 |
Последнее Обновление | 2014-06-22 |
Дата публикации | 2014-06-22 |
Рейтинг | 3.50/5 Всего 4 оценок |
Разработчик | motrohi |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |