WordCloudIt

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

Cos'è WordCloudIt?

WordCloudIt è un'estensione di Chrome sviluppata da Sergey Chernykh, e la sua funzione principale è "Turns any text you selected on the web into an awesome word cloud".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WordCloudIt

Scarica i file di estensione WordCloudIt in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome WordCloudIt WordCloudIt
ID eodkflpkbmfkfocinkokegcmmjemmgde
URL Ufficiale https://chromewebstore.google.com/detail/wordcloudit/eodkflpkbmfkfocinkokegcmmjemmgde
Descrizione Turns any text you selected on the web into an awesome word cloud
Dimensione del File 328 KB
Conteggio Installazioni 658
Versione Corrente 0.2.7
Ultimo Aggiornamento 2015-05-17
Data di Pubblicazione 2015-05-17
Sviluppatore Sergey Chernykh
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}