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"입니다.

확장 프로그램 스크린샷

screenshot

Sketch Club tabber 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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