Yuehu
Put a webpage to your reading list.
Cos'è Yuehu?
Yuehu è un'estensione di Chrome sviluppata da https://yuehu.io, e la sua funzione principale è "Put a webpage to your reading list.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Yuehu
Scarica i file di estensione Yuehu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | eggjaaihinpppofbllpdboemabgljaie |
| URL Ufficiale | https://chromewebstore.google.com/detail/yuehu/eggjaaihinpppofbllpdboemabgljaie |
| Descrizione | Put a webpage to your reading list. |
| Dimensione del File | 20.1 KB |
| Conteggio Installazioni | 15 |
| Versione Corrente | 0.2.0 |
| Ultimo Aggiornamento | 2014-03-14 |
| Data di Pubblicazione | 2014-03-13 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://yuehu.io |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://yuehu.io/ |
| URL della Pagina di Aiuto | http://yuehu.io/help |
| Lingue Supportate | 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"
]
}
]
} | |