Regex Search
use regex in serach web page
Regex Searchとは何ですか?
Regex SearchはHYCによって開発されたChromeの拡張機能で、その主な機能は「use regex in serach web page」です。
拡張機能のスクリーンショット
Regex Search拡張機能のCRXファイルをダウンロード
Regex Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use regex in web page. hotkey: open search : ctrl+shift+f next item : enter previous item : ctrl + enter
拡張機能の基本情報
名前 | Regex Search |
ID | ohfenejoomibdainpdidldhgmpoggnfg |
公式URL | https://chromewebstore.google.com/detail/regex-search/ohfenejoomibdainpdidldhgmpoggnfg |
説明 | use regex in serach web page |
ファイルサイズ | 49.41 KB |
インストール数 | 27 |
現在のバージョン | 1.1 |
最終更新日 | 2019-09-03 |
公開日 | 2019-09-03 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | HYC |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Regex Search", "description": "use regex in serach web page", "version": "1.1", "permissions": [ "storage", "activeTab", "tabs", "declarativeContent", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Regex Search", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/background.css" ], "js": [ "js\/jquery-1.9.0.min.js", "js\/jquery.mark.min.js", "js\/background.js" ] } ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "windows": "Ctrl+Shift+F", "mac": "Ctrl+Shift+F" } } }, "manifest_version": 2 } |