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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.thefastmode.com และคุณลักษณะหลักของมันคือ "Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Fast Mode RSS Reader

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}