Sketch Club tabber
Open a sketch in a new tab and it will automatically rate + comment
O que é Sketch Club tabber?
Sketch Club tabber é uma extensão do Chrome desenvolvida por Elephant & mouse, e sua principal característica é "Open a sketch in a new tab and it will automatically rate + comment".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sketch Club tabber
Baixe arquivos de extensão Sketch Club tabber no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Sketch Club tabber |
ID | ncaindnamkgjamijnanhcfkjlbbdfngk |
URL Oficial | https://chromewebstore.google.com/detail/sketch-club-tabber/ncaindnamkgjamijnanhcfkjlbbdfngk |
Descrição | Open a sketch in a new tab and it will automatically rate + comment |
Tamanho do Arquivo | 258 KB |
Contagem de Instalações | 73 |
Versão Atual | 0.0.1 |
Última Atualização | 2015-12-13 |
Data de Publicação | 2015-12-13 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Elephant & mouse |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |