Yuehu

Put a webpage to your reading list.

Qu'est-ce que Yuehu ?

Yuehu est une extension Chrome développée par https://yuehu.io, et sa fonction principale est "Put a webpage to your reading list.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Yuehu

Téléchargez les fichiers d'extension Yuehu au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Yuehu Yuehu
ID eggjaaihinpppofbllpdboemabgljaie
URL Officiel https://chromewebstore.google.com/detail/yuehu/eggjaaihinpppofbllpdboemabgljaie
Description Put a webpage to your reading list.
Taille du Fichier 20.1 KB
Nombre d'Installations 15
Version Actuelle 0.2.0
Dernière Mise à Jour 2014-03-14
Date de Publication 2014-03-13
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://yuehu.io
Type de Paiement free
Site Web de l'Extension http://yuehu.io/
URL de la Page d'Aide http://yuehu.io/help
Langues Prises en Charge 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"
            ]
        }
    ]
}