REGEX SELECTOR

You can use a regex pattern to specify a range to select by double-clicking.

Cos'è REGEX SELECTOR?

REGEX SELECTOR è un'estensione di Chrome sviluppata da shota.swgc, e la sua funzione principale è "You can use a regex pattern to specify a range to select by double-clicking.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione REGEX SELECTOR

Scarica i file di estensione REGEX SELECTOR 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

                        ## Default regex settings:
- Between " and ".
- Between > and  

Informazioni di Base sull'Estensione

Nome REGEX SELECTOR REGEX SELECTOR
ID dgedicdcaimiikembkgpoklblgjcnige
URL Ufficiale https://chrome.google.com/webstore/detail/regex-selector/dgedicdcaimiikembkgpoklblgjcnige
Descrizione You can use a regex pattern to specify a range to select by double-clicking.
Dimensione del File 1.36 MB
Conteggio Installazioni 55
Versione Corrente 1.0.3
Ultimo Aggiornamento 2019-10-18
Data di Pubblicazione 2019-10-16
Sviluppatore shota.swgc
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.3",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "images\/128x128_on.png"
    },
    "author": "Shota SAWAGUCHI",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "fa\/css\/all.css",
                "cm\/reselector.css",
                "contentScript.css"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "mylib\/extensionWrapper.js",
        "fa\/css\/*.css",
        "fa\/webfonts\/*.otf",
        "fa\/webfonts\/*.eot",
        "fa\/webfonts\/*.svg",
        "fa\/webfonts\/*.ttf",
        "fa\/webfonts\/*.woff",
        "fa\/webfonts\/*.woff2",
        "images\/*.png",
        "images\/*.jpg"
    ]
}