Yuehu
Put a webpage to your reading list.
Vad är Yuehu?
Yuehu är en Chrome-tillägg utvecklad av https://yuehu.io, och dess huvudfunktion är "Put a webpage to your reading list.".
Tilläggsskärmbilder
Ladda ner Yuehu-förlängningens CRX-fil
Ladda ner Yuehu-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | eggjaaihinpppofbllpdboemabgljaie |
| Officiell webbadress | https://chromewebstore.google.com/detail/yuehu/eggjaaihinpppofbllpdboemabgljaie |
| Beskrivning | Put a webpage to your reading list. |
| Filstorlek | 20.1 KB |
| Antal Installationer | 15 |
| Aktuell Version | 0.2.0 |
| Senast Uppdaterad | 2014-03-14 |
| Publiceringsdatum | 2014-03-13 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://yuehu.io |
| Betalningssätt | free |
| Tilläggswebbplats | http://yuehu.io/ |
| Hjälpsida URL | http://yuehu.io/help |
| Stödda Språk | 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"
]
}
]
} | |