FullyFeedly
Add Mercury to Feedly and show the full content of articles
什麼是FullyFeedly?
FullyFeedly是由Andrea Grandi開發的Chrome擴展程式,該擴展的主要功能是“Add Mercury to Feedly and show the full content of articles”。
擴展截圖
下載FullyFeedly擴展crx文件
下載FullyFeedly擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |