Sketch Club tabber

Open a sketch in a new tab and it will automatically rate + comment

Cos'è Sketch Club tabber?

Sketch Club tabber è un'estensione di Chrome sviluppata da Elephant & mouse, e la sua funzione principale è "Open a sketch in a new tab and it will automatically rate + comment".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sketch Club tabber

Scarica i file di estensione Sketch Club tabber in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Sketch Club tabber Sketch Club tabber
ID ncaindnamkgjamijnanhcfkjlbbdfngk
URL Ufficiale https://chromewebstore.google.com/detail/sketch-club-tabber/ncaindnamkgjamijnanhcfkjlbbdfngk
Descrizione Open a sketch in a new tab and it will automatically rate + comment
Dimensione del File 258 KB
Conteggio Installazioni 73
Versione Corrente 0.0.1
Ultimo Aggiornamento 2015-12-13
Data di Pubblicazione 2015-12-13
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Elephant & mouse
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}