Yuehu
Put a webpage to your reading list.
Yuehu là gì?
Yuehu là một tiện ích mở rộng Chrome được phát triển bởi https://yuehu.io, và tính năng chính của nó là "Put a webpage to your reading list.".
Ả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 Yuehu
Tải xuống các tệp mở rộng Yuehu 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
Integrated Services 1. zhihu.com: Save an answer to reading list 2. digg.com/reader: Save an article to reading list 3. feedly.com: Save an article to reading list Open source at: https://github.com/yuehu/chrome-yuehu
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Yuehu |
ID | eggjaaihinpppofbllpdboemabgljaie |
URL Chính Thức | https://chromewebstore.google.com/detail/yuehu/eggjaaihinpppofbllpdboemabgljaie |
Mô tả | Put a webpage to your reading list. |
Kích Thước Tệp | 20.1 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2014-03-14 |
Ngày Phát Hành | 2014-03-13 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://yuehu.io |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://yuehu.io/ |
URL Trang Trợ Giúp | http://yuehu.io/help |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "short_name": "__MSG_short_name__", "description": "__MSG_description__", "version": "0.2.0", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "default_locale": "zh_CN", "permissions": [ "tabs", "notifications", "contextMenus", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "__MSG_description__", "default_icon": "icons\/icon-inactive-19.png" }, "web_accessible_resources": [ "icons\/icon-active-19.png", "icons\/icon-inactive-19.png" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "index.js", "site\/index.js" ] } ] } |