WordCloudIt

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

Wat is WordCloudIt?

WordCloudIt is een Chrome-extensie ontwikkeld door Sergey Chernykh, en de belangrijkste functie is "Turns any text you selected on the web into an awesome word cloud".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WordCloudIt

Download WordCloudIt-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam WordCloudIt WordCloudIt
ID eodkflpkbmfkfocinkokegcmmjemmgde
Officiële URL https://chromewebstore.google.com/detail/wordcloudit/eodkflpkbmfkfocinkokegcmmjemmgde
Beschrijving Turns any text you selected on the web into an awesome word cloud
Bestandsgrootte 328 KB
Aantal Installaties 658
Huidige Versie 0.2.7
Laatst Bijgewerkt 2015-05-17
Publicatiedatum 2015-05-17
Ontwikkelaar Sergey Chernykh
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}