Tomato

Submit resources for tomato subjects.

Wat is Tomato?

Tomato is een Chrome-extensie ontwikkeld door http://tomato.today, en de belangrijkste functie is "Submit resources for tomato subjects.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Tomato

Download Tomato-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

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

Basisinformatie over de Extensie

Naam Tomato Tomato
ID ogfdkdjijhbfdllieimoiiamgmfeaffo
Officiële URL https://chrome.google.com/webstore/detail/tomato/ogfdkdjijhbfdllieimoiiamgmfeaffo
Beschrijving Submit resources for tomato subjects.
Bestandsgrootte 485 KB
Aantal Installaties 11
Huidige Versie 0.0.5
Laatst Bijgewerkt 2016-08-24
Publicatiedatum 2016-08-24
Ontwikkelaar http://tomato.today
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}