FullyFeedly
Add Mercury to Feedly and show the full content of articles
Qu'est-ce que FullyFeedly ?
FullyFeedly est une extension Chrome développée par Andrea Grandi, et sa fonction principale est "Add Mercury to Feedly and show the full content of articles".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FullyFeedly
Téléchargez les fichiers d'extension FullyFeedly 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
Read your RSS feed at the speed of light! FullyFeedly shows the full articles in Feedly.com, the famous RSS feed reader. With FullyFeedly you can read the full content of the articles inside Feedly, even when the feed RSS contains only a short preview. Main features * Seamless integration with Mercury API * Super fast keyboard shortcut * Works great with HTTPS connection ----- Changelog: See releases on Github: https://github.com/Muffo/fullyfeedly/releases ----- Do you like the extension? Leave a review!! I look forward to hearing your feedbacks :)
Informations de Base sur l'Extension
Nom | FullyFeedly |
ID | ikdncbjpcpkheefmnbicggciklkeebmp |
URL Officiel | https://chromewebstore.google.com/detail/fullyfeedly/ikdncbjpcpkheefmnbicggciklkeebmp |
Description | Add Mercury to Feedly and show the full content of articles |
Taille du Fichier | 142 KB |
Nombre d'Installations | 2,419 |
Version Actuelle | 0.11.1 |
Dernière Mise à Jour | 2021-02-14 |
Date de Publication | 2019-04-09 |
Évaluation | 4.43/5 Total 58 Évaluations |
Développeur | Andrea Grandi |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Muffo/fullyfeedly |
URL de la Page d'Aide | https://github.com/Muffo/fullyfeedly/issues |
Langues Prises en Charge | en,fr,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.11.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "page_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "fullyfeedly" }, "content_scripts": [ { "matches": [ "*:\/\/*.feedly.com\/*" ], "js": [ "bower_components\/spin.js\/spin.js", "bower_components\/iosoverlay\/js\/iosOverlay.js", "bower_components\/mousetrap\/mousetrap.js", "scripts\/content.js" ], "css": [ "bower_components\/iosoverlay\/css\/iosOverlay.css", "styles\/content.css" ] } ], "web_accessible_resources": [ "images\/cross.png", "images\/check.png", "options.html" ], "permissions": [ "declarativeContent", "activeTab", "storage", "https:\/\/boilerpipe-web.appspot.com\/*", "https:\/\/*.amazonaws.com\/*" ], "options_page": "options.html" } |