Natural News

Natural News

什麼是Natural News?

Natural News是由http://www.naturalnews.com開發的Chrome擴展程式,該擴展的主要功能是“Natural News”。

擴展截圖

screenshot

下載Natural News擴展crx文件

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

擴展使用說明

                        The key mission of Natural News is to empower consumers with factual information about the synthetic chemicals, heavy metals, hormone disruptors and other chemicals found in foods, medicines, personal care products, children's toys and other items.

Natural News covers holistic health, nutritional therapies, consciousness and spirituality, permaculture , organics, animal rights, environmental health, food and superfoods , and performance nutrition.                    

擴展基本資訊

名稱 Natural News Natural News
ID nhgokgcnplbfnkjpejjgafogeecgaini
官方網址 https://chrome.google.com/webstore/detail/natural-news/nhgokgcnplbfnkjpejjgafogeecgaini
簡介 Natural News
檔案大小 68.13 KB
安裝次數 4,000
目前版本 1.21
更新時間 2015-09-11
上架時間 2015-09-09
評分 1.78/5 共 58 次評分
開發者 http://www.naturalnews.com
付費類型 free
擴展官網 http://www.naturalnews.com
說明頁面URL http://www.naturalnews.com/Contact-Us.html
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Natural News",
    "description": "Natural News",
    "version": "1.21",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "128": "images\/logo_128.png",
        "48": "images\/logo_48.png",
        "38": "images\/logo_38.png",
        "19": "images\/logo_19.png",
        "16": "images\/logo_16.png"
    },
    "browser_action": {
        "default_title": "Click here to see the latest news from NaturalNews.com",
        "default_popup": "popup.html",
        "default_icon": "images\/logo_38.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-1.8.2.min.js",
                "js\/inject.js"
            ]
        }
    ],
    "manifest_version": 2,
    "short_name": "Natural News",
    "background": {
        "scripts": [
            "js\/jquery-1.8.2.min.js",
            "js\/background.js"
        ]
    }
}