Sketch Club tabber
Open a sketch in a new tab and it will automatically rate + comment
什麼是Sketch Club tabber?
Sketch Club tabber是由Elephant & mouse開發的Chrome擴展程式,該擴展的主要功能是“Open a sketch in a new tab and it will automatically rate + comment”。
擴展截圖
下載Sketch Club tabber擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |