Feedly Subscriber
One-click subscribe with Feedly
Wat is Feedly Subscriber?
Feedly Subscriber is een Chrome-extensie ontwikkeld door p3lim, en de belangrijkste functie is "One-click subscribe with Feedly".
Extensie Screenshots
Download het CRX-bestand van de extensie Feedly Subscriber
Download Feedly Subscriber-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
Feedly Subscriber is a Chrome extension for Feedly, which allows you to easily add new feeds, one click away! I made this as a superior alternative to Google's RSS subscription extension, specifically for Feedly. Also, see my Feedly Counter extension: http://bit.ly/feedly-counter
Basisinformatie over de Extensie
Naam | Feedly Subscriber |
ID | kflhgnleiaemnemmnbfndohdoabfnock |
Officiële URL | https://chromewebstore.google.com/detail/feedly-subscriber/kflhgnleiaemnemmnbfndohdoabfnock |
Beschrijving | One-click subscribe with Feedly |
Bestandsgrootte | 9.66 KB |
Aantal Installaties | 429 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2015-01-30 |
Publicatiedatum | 2015-01-30 |
Beoordeling | 4.55/5 Totaal 20 Beoordelingen |
Ontwikkelaar | p3lim |
Betalingswijze | free |
Extensiewebsite | https://github.com/p3lim/feedly-subscriber |
Help Pagina-URL | https://github.com/p3lim/feedly-subscriber/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Feedly Subscriber", "description": "One-click subscribe with Feedly", "version": "1.1.0", "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/sniffer.js" ] } ], "page_action": { "default_icon": "images\/icon48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/background.js" ] } } |