REGEX SELECTOR

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

What is REGEX SELECTOR?

REGEX SELECTOR is a Chrome extension developed by shota.swgc, and its main feature is "You can use a regex pattern to specify a range to select by double-clicking.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download REGEX SELECTOR Extension CRX File

Download REGEX SELECTOR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name REGEX SELECTOR REGEX SELECTOR
ID dgedicdcaimiikembkgpoklblgjcnige
Official URL https://chrome.google.com/webstore/detail/regex-selector/dgedicdcaimiikembkgpoklblgjcnige
Description You can use a regex pattern to specify a range to select by double-clicking.
File Size 1.36 MB
Installation Count 55
Current Version 1.0.3
Last Updated 2019-10-18
Publish Date 2019-10-16
Developer shota.swgc
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}