FullyFeedly
Add Mercury to Feedly and show the full content of articles
FullyFeedly क्या है?
FullyFeedly Andrea Grandi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add Mercury to Feedly and show the full content of articles"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FullyFeedly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 :)
एक्सटेंशन की मूल जानकारी
नाम | FullyFeedly |
ID | ikdncbjpcpkheefmnbicggciklkeebmp |
आधिकारिक URL | https://chromewebstore.google.com/detail/fullyfeedly/ikdncbjpcpkheefmnbicggciklkeebmp |
विवरण | Add Mercury to Feedly and show the full content of articles |
फ़ाइल का आकार | 142 KB |
स्थापना संख्या | 2,419 |
वर्तमान संस्करण | 0.11.1 |
अंतिम अपडेट | 2021-02-14 |
प्रकाशन तिथि | 2019-04-09 |
रेटिंग | 4.43/5 कुल 58 रेटिंग्स |
डेवलपर | Andrea Grandi |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Muffo/fullyfeedly |
सहायता पृष्ठ URL | https://github.com/Muffo/fullyfeedly/issues |
समर्थित भाषाएँ | 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" } |