Drippo: Dribbble Shot Enhancer

Drippo is a mini extension for Dribbble that adds emoji & html autocomplete, shot previews and much more!

Drippo: Dribbble Shot Enhancer क्या है?

Drippo: Dribbble Shot Enhancer Saransh Sinha द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Drippo is a mini extension for Dribbble that adds emoji & html autocomplete, shot previews and much more!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Drippo: Dribbble Shot Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Have you ever wanted to leave a 🔥🔥🔥 comment on that ultra-futuristic-eastern-european-flat-boxes-with-shadows design?

Look no further!

Presenting Drippo : The ultimate dribbble shot and comment enhancer! With amazing features like:

> 🔑🔥🔑 EMOJI COMMENTS & DESCRIPTION 🔑🔥🔑
> HTML Autocomplete [for dribbble's supported html tags - a, strong, em, code]
> Shot Description Footer Templates [Save a reusable template for your dribbble shots]
> Shot Preview [View a preview of your dribbble shot before posting it. Also works while editing or rebounding shots]

Made possible by the wonderful jquery-textcomplete plugin and a whole lot of free time (https://github.com/yuku-t/jquery-textcomplete)

Questions/Feature Requests/Just Sayin' Hi! - @screenshake

Follow me on Twitter or Dribbble (or both, if you're into that sort of thing) - @screenshake

Want to build a chrome extension and don't know where to start? - @screenshake (or [email protected])

Update V0.5
Added support for emoji and html autocomplete to editable comments. More 🔥🔥🔥 comments yo!

Saransh Sinha
Designer/Developer
screenshake.co                    

एक्सटेंशन की मूल जानकारी

नाम Drippo: Dribbble Shot Enhancer Drippo: Dribbble Shot Enhancer
ID ehpkbiodflephmnceolhpibfcobhhoag
आधिकारिक URL https://chromewebstore.google.com/detail/drippo-dribbble-shot-enha/ehpkbiodflephmnceolhpibfcobhhoag
विवरण Drippo is a mini extension for Dribbble that adds emoji & html autocomplete, shot previews and much more!
फ़ाइल का आकार 77.95 KB
स्थापना संख्या 47
वर्तमान संस्करण 0.6
अंतिम अपडेट 2018-12-03
प्रकाशन तिथि 2018-12-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Saransh Sinha
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://twitter.com/screenshake
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drippo: Dribbble Shot Enhancer",
    "version": "0.6",
    "manifest_version": 2,
    "description": "Drippo is a mini extension for Dribbble that adds emoji & html autocomplete, shot previews and much more!",
    "homepage_url": "http:\/\/screenshake.co",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "*:\/\/*.dribbble.com\/*",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.segment.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.dribbble.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.dribbble.com\/*"
            ],
            "js": [
                "src\/inject\/jquery-2.1.1.min.js",
                "src\/inject\/jquery.textcomplete.min.js",
                "src\/inject\/inject.js",
                "src\/inject\/ga.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/inject-dripo.html",
        "src\/inject\/insertFooter-icon.png",
        "src\/inject\/inject-drippo.js",
        "src\/inject\/insertFooter-icon.svg",
        "src\/inject\/emoji-data.json"
    ]
}