FlowReader Notifier
Extension for FlowReader news reader
Vad är FlowReader Notifier?
FlowReader Notifier är en Chrome-tillägg utvecklad av http://flowreader.com, och dess huvudfunktion är "Extension for FlowReader news reader".
Ladda ner FlowReader Notifier-förlängningens CRX-fil
Ladda ner FlowReader Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | hmddibhbccbkjkhiemhkmkidhfcfhnhp |
| Officiell webbadress | https://chrome.google.com/webstore/detail/flowreader-notifier/hmddibhbccbkjkhiemhkmkidhfcfhnhp |
| Beskrivning | Extension for FlowReader news reader |
| Filstorlek | 184 KB |
| Antal Installationer | 22 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2016-02-15 |
| Publiceringsdatum | 2016-02-09 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | http://flowreader.com |
| Betalningssätt | free |
| Tilläggswebbplats | http://flowreader.com |
| Hjälpsida URL | http://flowreader.userecho.com/ |
| Stödda Språk | 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"
} | |