WordCloudIt

Turns any text you selected on the web into an awesome word cloud

Apa itu WordCloudIt?

WordCloudIt adalah ekstensi Chrome yang dikembangkan oleh Sergey Chernykh, dan fitur utamanya adalah "Turns any text you selected on the web into an awesome word cloud".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WordCloudIt

Unduh file ekstensi WordCloudIt 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

                                            

Informasi Dasar Ekstensi

Nama WordCloudIt WordCloudIt
ID eodkflpkbmfkfocinkokegcmmjemmgde
URL Resmi https://chromewebstore.google.com/detail/wordcloudit/eodkflpkbmfkfocinkokegcmmjemmgde
Deskripsi Turns any text you selected on the web into an awesome word cloud
Ukuran File 328 KB
Jumlah Instalasi 658
Versi Saat Ini 0.2.7
Terakhir Diperbarui 2015-05-17
Tanggal Publikasi 2015-05-17
Pengembang Sergey Chernykh
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WordCloudIt",
    "version": "0.2.7",
    "description": "Turns any text you selected on the web into an awesome word cloud",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.gif"
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "activeTab",
        ""
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}