Sketch Club tabber

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

Sketch Club tabber क्या है?

Sketch Club tabber Elephant & mouse द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open a sketch in a new tab and it will automatically rate + comment"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sketch Club tabber एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}