Tomato
Submit resources for tomato subjects.
Tomatoคืออะไร?
Tomato เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://tomato.today และคุณลักษณะหลักของมันคือ "Submit resources for tomato subjects."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tomato
ดาวน์โหลดไฟล์ส่วนขยาย Tomato ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
注意:你需要一个番茄的帐号,去 https://tomato.today/user/signup/ 注册帐号吧 :) 你可以在豆瓣读书的条目页看到这本书相关的资源列表。 也许看完书后,翻一翻番茄资源,做点漫无目的衍生阅读,是个不错的消遣。 v0.0.5 - 豆瓣读书:优化保存按钮的样式 v0.0.4 - 优化 CRX 包的体积,减少到原来的一半 - 禁用无用的选项页 - 豆瓣读书:修复提交资源后无响应的问题 v0.0.3 - 豆瓣读书:修复初始化区块后加载仍然存在的问题
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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 } ] } |