Tomato

Submit resources for tomato subjects.

Qu'est-ce que Tomato ?

Tomato est une extension Chrome développée par http://tomato.today, et sa fonction principale est "Submit resources for tomato subjects.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Tomato 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

                        注意:你需要一个番茄的帐号,去 https://tomato.today/user/signup/ 注册帐号吧 :)
你可以在豆瓣读书的条目页看到这本书相关的资源列表。
也许看完书后,翻一翻番茄资源,做点漫无目的衍生阅读,是个不错的消遣。

v0.0.5
- 豆瓣读书:优化保存按钮的样式

v0.0.4
- 优化 CRX 包的体积,减少到原来的一半
- 禁用无用的选项页
- 豆瓣读书:修复提交资源后无响应的问题

v0.0.3
- 豆瓣读书:修复初始化区块后加载仍然存在的问题                    

Informations de Base sur l'Extension

Nom Tomato Tomato
ID ogfdkdjijhbfdllieimoiiamgmfeaffo
URL Officiel https://chrome.google.com/webstore/detail/tomato/ogfdkdjijhbfdllieimoiiamgmfeaffo
Description Submit resources for tomato subjects.
Taille du Fichier 485 KB
Nombre d'Installations 11
Version Actuelle 0.0.5
Dernière Mise à Jour 2016-08-24
Date de Publication 2016-08-24
Développeur http://tomato.today
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardRead",
        "clipboardWrite",
        "contentSettings",
        "storage",
        "identity"
    ],
    "oauth2": {
        "client_id": "juCBOQe1KDB6rcXks8ezCviaAffH7sc9ZMZwhsxI",
        "scopes": [
            "read",
            "write"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/book.douban.com\/subject\/*\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/handlebars\/handlebars.min.js",
                "scripts\/background\/shared.js",
                "scripts\/api.js",
                "scripts\/contentscript\/douban.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}