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
公式URL 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"
        ]
    }
}