Yuehu
Put a webpage to your reading list.
Wat is Yuehu?
Yuehu is een Chrome-extensie ontwikkeld door https://yuehu.io, en de belangrijkste functie is "Put a webpage to your reading list.".
Extensie Screenshots
Download het CRX-bestand van de extensie Yuehu
Download Yuehu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Yuehu |
ID | eggjaaihinpppofbllpdboemabgljaie |
Officiële URL | https://chromewebstore.google.com/detail/yuehu/eggjaaihinpppofbllpdboemabgljaie |
Beschrijving | Put a webpage to your reading list. |
Bestandsgrootte | 20.1 KB |
Aantal Installaties | 15 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2014-03-14 |
Publicatiedatum | 2014-03-13 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://yuehu.io |
Betalingswijze | free |
Extensiewebsite | http://yuehu.io/ |
Help Pagina-URL | http://yuehu.io/help |
Ondersteunde Talen | 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" ] } ] } |