Feedly Open All Unread
Adds a button to feedly.com to open all unread articles in new tabs
Wat is Feedly Open All Unread?
Feedly Open All Unread is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Adds a button to feedly.com to open all unread articles in new tabs".
Extensie Screenshots
Download het CRX-bestand van de extensie Feedly Open All Unread
Download Feedly Open All Unread-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds a button to feedly.com to open all unread articles in new tabs Basisinformatie over de Extensie
| Naam | |
| ID | blmhlkddebpmcjihpgbnhiinjfibekkf |
| Officiële URL | https://chromewebstore.google.com/detail/feedly-open-all-unread/blmhlkddebpmcjihpgbnhiinjfibekkf |
| Beschrijving | Adds a button to feedly.com to open all unread articles in new tabs |
| Bestandsgrootte | 8.03 KB |
| Aantal Installaties | 15 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2019-01-01 |
| Publicatiedatum | 2019-01-01 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Help Pagina-URL | https://github.com/cypressious/ff-feedly-open-unread |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Feedly Open All Unread",
"version": "1.3",
"description": "Adds a button to feedly.com to open all unread articles in new tabs",
"homepage_url": "https:\/\/github.com\/cypressious\/ff-feedly-open-unread",
"content_scripts": [
{
"matches": [
"*:\/\/feedly.com\/*"
],
"js": [
"browser-polyfill.min.js",
"content-script.js"
]
}
],
"background": {
"scripts": [
"browser-polyfill.min.js",
"background.js"
]
},
"options_ui": {
"page": "options.html"
},
"permissions": [
"storage"
]
} | |