Regex Search
use regex in serach web page
Cos'è Regex Search?
Regex Search è un'estensione di Chrome sviluppata da HYC, e la sua funzione principale è "use regex in serach web page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Regex Search
Scarica i file di estensione Regex Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Use regex in web page.
hotkey:
open search : ctrl+shift+f
next item : enter
previous item : ctrl + enter Informazioni di Base sull'Estensione
| Nome | |
| ID | ohfenejoomibdainpdidldhgmpoggnfg |
| URL Ufficiale | https://chromewebstore.google.com/detail/regex-search/ohfenejoomibdainpdidldhgmpoggnfg |
| Descrizione | use regex in serach web page |
| Dimensione del File | 49.41 KB |
| Conteggio Installazioni | 27 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2019-09-03 |
| Data di Pubblicazione | 2019-09-03 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | HYC |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |