Dribbble : Random Comments

Generate your next Dribbble comment!

什么是Dribbble : Random Comments?

Dribbble : Random Comments是由miguelmendes.net开发的Chrome扩展程序,该扩展的主要功能是“Generate your next Dribbble comment!”。

扩展截图

screenshot
screenshot

下载Dribbble : Random Comments扩展crx文件

下载Dribbble : Random Comments扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}