planternative

This extension replaces meaty words with the truth

什麼是planternative?

planternative是由https://planternative.com開發的Chrome擴展程式,該擴展的主要功能是“This extension replaces meaty words with the truth”。

擴展截圖

screenshot

下載planternative擴展crx文件

下載planternative擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Language is a powerful tool. It makes up the tracks for our train of thoughts without whom we would be stuck. The bulk of these tracks was layed centuries ago and therefor may lead to places not worth visiting in our modern age. It takes a long time to lay new tracks and retire old ones, here is where we come in.                    

擴展基本資訊

名稱 planternative planternative
ID kfclcnhoankhmncphjplefbcajkioljk
官方網址 https://chromewebstore.google.com/detail/planternative/kfclcnhoankhmncphjplefbcajkioljk
簡介 This extension replaces meaty words with the truth
檔案大小 332 KB
安裝次數 39
目前版本 1.0.13
更新時間 2017-11-09
上架時間 2017-11-09
評分 5.00/5 共 2 次評分
開發者 https://planternative.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://planternative.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "planternative",
    "description": "This extension replaces meaty words with the truth",
    "version": "1.0.13",
    "author": "planternative",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "planternative",
        "default_icon": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "xregexp-all.js",
                "replacements.js",
                "whiteList.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}