Tomato

Submit resources for tomato subjects.

What is Tomato?

Tomato is a Chrome extension developed by http://tomato.today, and its main feature is "Submit resources for tomato subjects.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Tomato Extension CRX File

Download Tomato extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

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

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

Extension Basic Information

Name Tomato Tomato
ID ogfdkdjijhbfdllieimoiiamgmfeaffo
Official URL https://chrome.google.com/webstore/detail/tomato/ogfdkdjijhbfdllieimoiiamgmfeaffo
Description Submit resources for tomato subjects.
File Size 485 KB
Installation Count 11
Current Version 0.0.5
Last Updated 2016-08-24
Publish Date 2016-08-24
Developer http://tomato.today
Payment Type free
Supported Languages 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
        }
    ]
}