Yuehu

Put a webpage to your reading list.

O que é Yuehu?

Yuehu é uma extensão do Chrome desenvolvida por https://yuehu.io, e sua principal característica é "Put a webpage to your reading list.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Yuehu

Baixe arquivos de extensão Yuehu no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Yuehu Yuehu
ID eggjaaihinpppofbllpdboemabgljaie
URL Oficial https://chromewebstore.google.com/detail/yuehu/eggjaaihinpppofbllpdboemabgljaie
Descrição Put a webpage to your reading list.
Tamanho do Arquivo 20.1 KB
Contagem de Instalações 15
Versão Atual 0.2.0
Última Atualização 2014-03-14
Data de Publicação 2014-03-13
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://yuehu.io
Tipo de Pagamento free
Site da Extensão http://yuehu.io/
URL da Página de Ajuda http://yuehu.io/help
Idiomas Suportados 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"
            ]
        }
    ]
}