News - Rss Reader

Latest news

News - Rss Reader là gì?

News - Rss Reader là một tiện ích mở rộng Chrome được phát triển bởi K.I.S Extensions corp., và tính năng chính của nó là "Latest news".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng News - Rss Reader 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 best way to stay up to date news of the leading companies!
*Provides real-time news updates.
*Allows you to select your favorite news company.
*Allows you to Create your individual categories menu.
*Browser icon badge counter showing number of new posts.
*Categories menu with individual badge - showing number of new posts for      
 each.
*Search input - allows you to view the items that contain the selected search 
 key.
*Favorite list - provides you the possibility to store your favorite articles.
*Date sorting option.
*Ability to set time interval (new articles updating).                    

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

Tên News - Rss Reader News - Rss Reader
ID jfeobdmdoohcjgafppibgoomhpjemeah
URL Chính Thức https://chrome.google.com/webstore/detail/news-rss-reader/jfeobdmdoohcjgafppibgoomhpjemeah
Mô tả Latest news
Kích Thước Tệp 719 KB
Số Lần Cài Đặt 229
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển K.I.S Extensions corp.
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "News - Rss Reader",
    "description": "Latest news",
    "version": "1.1.2",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "alarms",
        "tabs",
        "storage",
        "browsingData"
    ],
    "browser_action": {
        "default_icon": {
            "19": "skin\/icons\/icons19.png",
            "38": "skin\/icons\/icons38.png",
            "128": "skin\/icons\/icons128.png"
        },
        "default_popup": "popup.html",
        "default_title": "News - Rss Reader"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery-2.0.3.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "skin\/icons\/icons19.png",
        "48": "Skin\/icons\/icons48.png",
        "128": "skin\/icons\/icons128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-2.0.3.js",
            "js\/backgroundPage.js"
        ]
    }
}