Regex Replace

Regex replace. Replace anything on every site. Regex replace anywhere. Replace HTML. Use regular expression to Inject html,…

Regex Replaceとは何ですか?

Regex ReplaceはCode Charityによって開発されたChromeの拡張機能で、その主な機能は「Regex replace. Replace anything on every site. Regex replace anywhere. Replace HTML. Use regular expression to Inject html,…」です。

拡張機能のスクリーンショット

screenshot

Regex Replace拡張機能のCRXファイルをダウンロード

Regex Replace拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Regex replace. Replace anything on every site. Regex replace anywhere.  Replace HTML.  Use regular expression to Inject html, pictures, css, js scripts, features anywhere

Options:
Apply by Domain, URL, Keyword, Regex (or global)
Bulk edit  (Regex.txt text file)
Regex flags
(Activate/deactive applied regex)
Display applied regex's on page. Copy all matches. 
Chained Regex (Apply a regular expression conditionally only if other Regex's match the page content already)
Negative Look ahead / Positive Look ahead

TESTING VERSION:   
Options to come soon! Which one first? (Please dont down vote just yet)

We are developing distraction free extensions since 2012 for >250000 people https://github.com/ImprovedTube/ImprovedTube                    

拡張機能の基本情報

名前 Regex Replace Regex Replace
ID ihcaaefaoebbcklmolaflgllidfamfgm
公式URL https://chromewebstore.google.com/detail/regex-replace/ihcaaefaoebbcklmolaflgllidfamfgm
説明 Regex replace. Replace anything on every site. Regex replace anywhere. Replace HTML. Use regular expression to Inject html,…
ファイルサイズ 203 KB
インストール数 577
現在のバージョン 1.1
最終更新日 2020-10-21
公開日 2020-04-29
評価 4.48/5 合計 33 レビュー
開発者 Code Charity
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://improvedtube.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Regex Replace",
    "version": "1.1",
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-scripts.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "",
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "linux": "Ctrl+Shift+F",
                "mac": "Command+Shift+F",
                "windows": "Ctrl+Shift+F",
                "chromeos": "Ctrl+Shift+F"
            }
        }
    }
}