FlowReader Notifier

Extension for FlowReader news reader

FlowReader Notifierคืออะไร?

FlowReader Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://flowreader.com และคุณลักษณะหลักของมันคือ "Extension for FlowReader news reader"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FlowReader Notifier

ดาวน์โหลดไฟล์ส่วนขยาย FlowReader Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        FlowReader is a simpler, faster way to manage your online content. Add your favorite social networks like YouTube or Twitter, import your feeds, and start enjoying all your updates in a single flow.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FlowReader Notifier FlowReader Notifier
ID hmddibhbccbkjkhiemhkmkidhfcfhnhp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/flowreader-notifier/hmddibhbccbkjkhiemhkmkidhfcfhnhp
คำอธิบาย Extension for FlowReader news reader
ขนาดไฟล์ 184 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2016-02-15
วันที่เผยแพร่ 2016-02-09
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://flowreader.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://flowreader.com
URL หน้าช่วยเหลือ http://flowreader.userecho.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FlowReader Notifier",
    "description": "__MSG_ExtensionDescription__",
    "version": "1.0.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "webRequest",
        "*:\/\/flowreader.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/flowreader.com\/*"
        ]
    },
    "optional_permissions": [
        "background"
    ],
    "browser_action": {
        "default_icon": "\/images\/icon_inactive.png",
        "default_title": "FlowReader Notifier",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "scripts\/flowreader.api.js",
            "scripts\/core.js"
        ]
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "web_accessible_resources": [
        "\/images\/icon128.png"
    ],
    "minimum_chrome_version": "26"
}