News - Rss Reader

Latest news

什麼是News - Rss Reader?

News - Rss Reader是由K.I.S Extensions corp.開發的Chrome擴展程式,該擴展的主要功能是“Latest news”。

擴展截圖

screenshot
screenshot

下載News - Rss Reader擴展crx文件

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

擴展使用說明

                        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).                    

擴展基本資訊

名稱 News - Rss Reader News - Rss Reader
ID jfeobdmdoohcjgafppibgoomhpjemeah
官方網址 https://chrome.google.com/webstore/detail/news-rss-reader/jfeobdmdoohcjgafppibgoomhpjemeah
簡介 Latest news
檔案大小 719 KB
安裝次數 229
目前版本 1.1.2
更新時間 2019-03-08
上架時間 2019-03-08
評分 5.00/5 共 1 次評分
開發者 K.I.S Extensions corp.
付費類型 free
支援的語言 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"
        ]
    }
}