Sketch Club tabber

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

Sketch Club tabber là gì?

Sketch Club tabber là một tiện ích mở rộng Chrome được phát triển bởi Elephant & mouse, và tính năng chính của nó là "Open a sketch in a new tab and it will automatically rate + comment".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sketch Club tabber

Tải xuống các tệp mở rộng Sketch Club tabber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sketch Club tabber Sketch Club tabber
ID ncaindnamkgjamijnanhcfkjlbbdfngk
URL Chính Thức https://chromewebstore.google.com/detail/sketch-club-tabber/ncaindnamkgjamijnanhcfkjlbbdfngk
Mô tả Open a sketch in a new tab and it will automatically rate + comment
Kích Thước Tệp 258 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2015-12-13
Ngày Phát Hành 2015-12-13
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Elephant & mouse
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}