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
官方網址 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"
    }
}