Dribbble : Random Comments

Generate your next Dribbble comment!

Dribbble : Random Comments क्या है?

Dribbble : Random Comments miguelmendes.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate your next Dribbble comment!"।

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

screenshot
screenshot

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

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

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

                        This extension will generate random comments.

It's easy ! 

1º Open one Shot in Dribbble.com.
2º Click on icon how many times do you want, and every time a new comment will fill the comment input. 

"Great man!"
"Amazing work , you are so inspiring!"
"Great colors"
"Simply the best!"
"Damn."
"Brilliant!"
...

Only for us.. feel the irony.
M.                    

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

नाम Dribbble : Random Comments Dribbble : Random Comments
ID hiafieffmjgfdkkangdicdiolccjelkf
आधिकारिक URL https://chromewebstore.google.com/detail/dribbble-random-comments/hiafieffmjgfdkkangdicdiolccjelkf
विवरण Generate your next Dribbble comment!
फ़ाइल का आकार 26.57 KB
स्थापना संख्या 82
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2015-02-20
प्रकाशन तिथि 2015-02-20
रेटिंग 3.75/5 कुल 4 रेटिंग्स
डेवलपर miguelmendes.net
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.miguelmendes.net
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dribbble : Random Comments",
    "description": "Generate your next Dribbble comment!",
    "version": "1.1.4",
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "background": {
        "scripts": [
            "scripts.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "manifest_version": 2
}