FullyFeedly
Add Mercury to Feedly and show the full content of articles
FullyFeedly là gì?
FullyFeedly là một tiện ích mở rộng Chrome được phát triển bởi Andrea Grandi, và tính năng chính của nó là "Add Mercury to Feedly and show the full content of articles".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FullyFeedly
Tải xuống các tệp mở rộng FullyFeedly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FullyFeedly |
ID | ikdncbjpcpkheefmnbicggciklkeebmp |
URL Chính Thức | https://chromewebstore.google.com/detail/fullyfeedly/ikdncbjpcpkheefmnbicggciklkeebmp |
Mô tả | Add Mercury to Feedly and show the full content of articles |
Kích Thước Tệp | 142 KB |
Số Lần Cài Đặt | 2,419 |
Phiên Bản Hiện Tại | 0.11.1 |
Cập Nhật Lần Cuối | 2021-02-14 |
Ngày Phát Hành | 2019-04-09 |
Đánh Giá | 4.43/5 Tổng số 58 Đánh Giá |
Nhà Phát Triển | Andrea Grandi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Muffo/fullyfeedly |
URL Trang Trợ Giúp | https://github.com/Muffo/fullyfeedly/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } |