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 |
公式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" ] } ] } |