The Fast Mode RSS Reader

Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.

什麼是The Fast Mode RSS Reader?

The Fast Mode RSS Reader是由http://www.thefastmode.com開發的Chrome擴展程式,該擴展的主要功能是“Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.”。

擴展截圖

screenshot
screenshot

下載The Fast Mode RSS Reader擴展crx文件

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

擴展使用說明

                        Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.                    

擴展基本資訊

名稱 The Fast Mode RSS Reader The Fast Mode RSS Reader
ID jkocfkhaglikmlcnhjbandkocbllnpfm
官方網址 https://chrome.google.com/webstore/detail/the-fast-mode-rss-reader/jkocfkhaglikmlcnhjbandkocbllnpfm
簡介 Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
檔案大小 634 KB
安裝次數 209
目前版本 1.0.7
更新時間 2016-02-07
上架時間 2016-02-07
評分 5.00/5 共 6 次評分
開發者 http://www.thefastmode.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.thefastmode.com/
隱私政策頁面URL http://www.thefastmode.com/website-privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Fast Mode RSS Reader",
    "version": "1.0.7",
    "manifest_version": 2,
    "description": "",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/xslt.alexa.com http:\/\/www.thefastmode.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "*:\/\/*.google.com\/",
        "notifications",
        "storage",
        "webRequest"
    ],
    "omnibox": {
        "keyword": "the fast mode"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "The Fast Mode",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/icon-48.png"
    ]
}