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                     擴展基本資訊
| 名稱 |   |  
| ID | eggjaaihinpppofbllpdboemabgljaie | 
| 官方網址 | 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"
            ]
        }
    ]
}  |  |