Tomato

Submit resources for tomato subjects.

Tomato란 무엇입니까?

Tomato은(는) http://tomato.today에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Submit resources for tomato subjects."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tomato 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

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

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

확장 프로그램 기본 정보

이름 Tomato Tomato
ID ogfdkdjijhbfdllieimoiiamgmfeaffo
공식 URL https://chrome.google.com/webstore/detail/tomato/ogfdkdjijhbfdllieimoiiamgmfeaffo
설명 Submit resources for tomato subjects.
파일 크기 485 KB
설치 횟수 11
현재 버전 0.0.5
최근 업데이트 2016-08-24
출시 날짜 2016-08-24
개발자 http://tomato.today
결제 유형 free
지원되는 언어 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
        }
    ]
}