Yuehu

Put a webpage to your reading list.

Yuehuとは何ですか?

Yuehuはhttps://yuehu.ioによって開発されたChromeの拡張機能で、その主な機能は「Put a webpage to your reading list.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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                    

拡張機能の基本情報

名前 Yuehu Yuehu
ID eggjaaihinpppofbllpdboemabgljaie
公式URL 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"
            ]
        }
    ]
}