Yuehu
Put a webpage to your reading list.
什么是Yuehu?
Yuehu是由https://yuehu.io开发的Chrome扩展程序,该扩展的主要功能是“Put a webpage to your reading list.”。
扩展截图
下载Yuehu扩展crx文件
下载Yuehu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Yuehu |
ID | eggjaaihinpppofbllpdboemabgljaie |
官方URL | https://chromewebstore.google.com/detail/yuehu/eggjaaihinpppofbllpdboemabgljaie |
简介 | Put a webpage to your reading list. |
文件大小 | 20.1 KB |
安装次数 | 15 |
当前版本 | 0.2.0 |
更新时间 | 2014-03-14 |
上架时间 | 2014-03-13 |
评分 | 5.00/5 共2次评分 |
开发者 | https://yuehu.io |
付费类型 | free |
扩展官网 | http://yuehu.io/ |
帮助页面URL | http://yuehu.io/help |
支持的语言 | 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" ] } ] } |