Yuehu
Put a webpage to your reading list.
Apa itu Yuehu?
Yuehu adalah ekstensi Chrome yang dikembangkan oleh https://yuehu.io, dan fitur utamanya adalah "Put a webpage to your reading list.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Yuehu
Unduh file ekstensi Yuehu dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Yuehu |
ID | eggjaaihinpppofbllpdboemabgljaie |
URL Resmi | https://chromewebstore.google.com/detail/yuehu/eggjaaihinpppofbllpdboemabgljaie |
Deskripsi | Put a webpage to your reading list. |
Ukuran File | 20.1 KB |
Jumlah Instalasi | 15 |
Versi Saat Ini | 0.2.0 |
Terakhir Diperbarui | 2014-03-14 |
Tanggal Publikasi | 2014-03-13 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://yuehu.io |
Tipe Pembayaran | free |
Situs Ekstensi | http://yuehu.io/ |
URL Halaman Bantuan | http://yuehu.io/help |
Bahasa yang Didukung | 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" ] } ] } |