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".

Снимки экрана расширения

screenshot

Скачать файл 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 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"
            ]
        }
    ]
}