FlowReader Notifier
Extension for FlowReader news reader
FlowReader Notifier là gì?
FlowReader Notifier là một tiện ích mở rộng Chrome được phát triển bởi http://flowreader.com, và tính năng chính của nó là "Extension for FlowReader news reader".
Tải xuống tệp CRX của tiện ích mở rộng FlowReader Notifier
Tải xuống các tệp mở rộng FlowReader Notifier 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hmddibhbccbkjkhiemhkmkidhfcfhnhp |
URL Chính Thức | https://chrome.google.com/webstore/detail/flowreader-notifier/hmddibhbccbkjkhiemhkmkidhfcfhnhp |
Mô tả | Extension for FlowReader news reader |
Kích Thước Tệp | 184 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2016-02-15 |
Ngày Phát Hành | 2016-02-09 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://flowreader.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://flowreader.com |
URL Trang Trợ Giúp | http://flowreader.userecho.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |