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
}