Selfoss Companion
Selfoss RSS reader companion.
Selfoss Companion là gì?
Selfoss Companion là một tiện ích mở rộng Chrome được phát triển bởi https://selfoss-companion.ftpix.com, và tính năng chính của nó là "Selfoss RSS reader companion.".
Ả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 Selfoss Companion
Tải xuống các tệp mở rộng Selfoss Companion 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
Selfoss Companion is the ideal sidekick to your Selfoss installation, it allows you to see how many items are left unread. Selfoss Companion also allows you to update your feeds as well without having to stare at the blank update page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Selfoss Companion |
ID | fchonfjbfngdipnkpeekhncmhomfccfj |
URL Chính Thức | https://chromewebstore.google.com/detail/selfoss-companion/fchonfjbfngdipnkpeekhncmhomfccfj |
Mô tả | Selfoss RSS reader companion. |
Kích Thước Tệp | 119 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 0.0.0.7 |
Cập Nhật Lần Cuối | 2016-02-26 |
Ngày Phát Hành | 2016-02-26 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://selfoss-companion.ftpix.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://selfoss-companion.ftpix.com/ |
URL Trang Trợ Giúp | https://github.com/lamarios/selfoss-companion |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selfoss Companion", "description": "Selfoss RSS reader companion.", "version": "0.0.0.7", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "", "default_icon": "logo.png" }, "options_page": "settings.html", "permissions": [ "alarms", "storage", "tabs", "notifications", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "page": "background.html", "persistent": true } } |