FlowReader Notifier
Extension for FlowReader news reader
What is FlowReader Notifier?
FlowReader Notifier is a Chrome extension developed by http://flowreader.com, and its main feature is "Extension for FlowReader news reader".
Download FlowReader Notifier Extension CRX File
Download FlowReader Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | hmddibhbccbkjkhiemhkmkidhfcfhnhp |
Official URL | https://chrome.google.com/webstore/detail/flowreader-notifier/hmddibhbccbkjkhiemhkmkidhfcfhnhp |
Description | Extension for FlowReader news reader |
File Size | 184 KB |
Installation Count | 22 |
Current Version | 1.0.0 |
Last Updated | 2016-02-15 |
Publish Date | 2016-02-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://flowreader.com |
Payment Type | free |
Extension Website | http://flowreader.com |
Help Page URL | http://flowreader.userecho.com/ |
Supported Languages | 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" } |