Problem To Pickle

Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.

Problem To Pickleとは何ですか?

Problem To PickleはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.」です。

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

screenshot

Problem To Pickle拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Does it ever feel like there are too many problems in the world? Don't worry, Design Pickle is here to help.

Install this simple extension and all of your problems will turn into delicious pickles!                    

拡張機能の基本情報

名前 Problem To Pickle Problem To Pickle
ID cflkfnipolmhhpjamgipagfbkadimgpb
公式URL https://chromewebstore.google.com/detail/problem-to-pickle/cflkfnipolmhhpjamgipagfbkadimgpb
説明 Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.
ファイルサイズ 18.12 KB
インストール数 33
現在のバージョン 1.0
最終更新日 2020-04-01
公開日 2020-04-01
評価 5.00/5 合計 4 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://designpickle.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Problem To Pickle",
    "version": "1.0",
    "description": "Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon32.png"
    }
}