Feedbin.me
Subscribe to RSS and Atom news feeds with Feedbin.
Qu'est-ce que Feedbin.me ?
Feedbin.me est une extension Chrome développée par https://sites.google.com/site/haroldmartin, et sa fonction principale est "Subscribe to RSS and Atom news feeds with Feedbin.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Feedbin.me
Téléchargez les fichiers d'extension Feedbin.me au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Detect site feeds and subscribe to them in Feedbin.me from the omnibar. Based on Google's RSS Subscription Extension https://github.com/hbmartin/chrome-feedbin
Informations de Base sur l'Extension
Nom | Feedbin.me |
ID | obchngnapdeffbdcaonhlobekdfeoekg |
URL Officiel | https://chromewebstore.google.com/detail/feedbinme/obchngnapdeffbdcaonhlobekdfeoekg |
Description | Subscribe to RSS and Atom news feeds with Feedbin. |
Taille du Fichier | 69.2 KB |
Nombre d'Installations | 144 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2014-09-18 |
Date de Publication | 2014-09-18 |
Évaluation | 3.33/5 Total 9 Évaluations |
Développeur | https://sites.google.com/site/haroldmartin |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | id,de,en,en-GB,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Feedbin.me", "description": "Subscribe to RSS and Atom news feeds with Feedbin.", "version": "1.1.1", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "sniff_common.js", "doc_start.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "js": [ "sniff_common.js", "feed_finder.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "default_locale": "en", "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "manifest_version": 2, "page_action": { "default_icon": { "19": "icon\/blue.png", "38": "icon\/[email protected]" } }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |