Sketch Club tabber
Open a sketch in a new tab and it will automatically rate + comment
Sketch Club tabberคืออะไร?
Sketch Club tabber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Elephant & mouse และคุณลักษณะหลักของมันคือ "Open a sketch in a new tab and it will automatically rate + comment"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sketch Club tabber
ดาวน์โหลดไฟล์ส่วนขยาย Sketch Club tabber ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension can rate and comment on a sketch automatically by opening a sketch in a new tab. It will randomly pick a comment as defined in the options so enter some comments first :) - Opening a sketch in a new tab on PC (mouse): Click middle (mousewheel) button - Opening a sketch in a new tab on Mac (magic mouse): 1. Use a tool (e.g. BetterTouchTool) to map opening in new tab (CMD + Click) to middletap for instance for Chrome 2. Install another Chrome extension: "Command-Click Fix" Be sure to enter some comments in the options of this extension first!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sketch Club tabber |
ID | ncaindnamkgjamijnanhcfkjlbbdfngk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sketch-club-tabber/ncaindnamkgjamijnanhcfkjlbbdfngk |
คำอธิบาย | Open a sketch in a new tab and it will automatically rate + comment |
ขนาดไฟล์ | 258 KB |
จำนวนการติดตั้ง | 73 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2015-12-13 |
วันที่เผยแพร่ | 2015-12-13 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Elephant & mouse |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sketch Club tabber", "version": "0.0.1", "manifest_version": 2, "description": "Open a sketch in a new tab and it will automatically rate + comment", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "options_page": "Options\/Options.html", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/app.sketchclub.com\/sketch\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js", "js\/jquery\/jquery.js", "js\/jquery\/jquery.waituntilexists.js", "\/Options\/JS\/Options.js" ] } ] } |