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
官方網址 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
}