Natural News

Natural News

Natural News là gì?

Natural News là một tiện ích mở rộng Chrome được phát triển bởi http://www.naturalnews.com, và tính năng chính của nó là "Natural News".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Natural News

Tải xuống các tệp mở rộng Natural News dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Natural News Natural News
ID nhgokgcnplbfnkjpejjgafogeecgaini
URL Chính Thức https://chrome.google.com/webstore/detail/natural-news/nhgokgcnplbfnkjpejjgafogeecgaini
Mô tả Natural News
Kích Thước Tệp 68.13 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 1.21
Cập Nhật Lần Cuối 2015-09-11
Ngày Phát Hành 2015-09-09
Đánh Giá 1.78/5 Tổng số 58 Đánh Giá
Nhà Phát Triển http://www.naturalnews.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.naturalnews.com
URL Trang Trợ Giúp http://www.naturalnews.com/Contact-Us.html
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}