FlowReader Notifier
Extension for FlowReader news reader
FlowReader Notifierとは何ですか?
FlowReader Notifierはhttp://flowreader.comによって開発されたChromeの拡張機能で、その主な機能は「Extension for FlowReader news reader」です。
FlowReader Notifier拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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" } |