Dribbble : Random Comments

Generate your next Dribbble comment!

Apa itu Dribbble : Random Comments?

Dribbble : Random Comments adalah ekstensi Chrome yang dikembangkan oleh miguelmendes.net, dan fitur utamanya adalah "Generate your next Dribbble comment!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Dribbble : Random Comments

Unduh file ekstensi Dribbble : Random Comments dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Dribbble : Random Comments Dribbble : Random Comments
ID hiafieffmjgfdkkangdicdiolccjelkf
URL Resmi https://chromewebstore.google.com/detail/dribbble-random-comments/hiafieffmjgfdkkangdicdiolccjelkf
Deskripsi Generate your next Dribbble comment!
Ukuran File 26.57 KB
Jumlah Instalasi 82
Versi Saat Ini 1.1.4
Terakhir Diperbarui 2015-02-20
Tanggal Publikasi 2015-02-20
Penilaian 3.75/5 Total 4 Penilaian
Pengembang miguelmendes.net
Tipe Pembayaran free
Situs Ekstensi http://www.miguelmendes.net
Bahasa yang Didukung 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
}