WordCloudIt

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

Qu'est-ce que WordCloudIt ?

WordCloudIt est une extension Chrome développée par Sergey Chernykh, et sa fonction principale est "Turns any text you selected on the web into an awesome word cloud".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WordCloudIt

Téléchargez les fichiers d'extension WordCloudIt au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom WordCloudIt WordCloudIt
ID eodkflpkbmfkfocinkokegcmmjemmgde
URL Officiel https://chromewebstore.google.com/detail/wordcloudit/eodkflpkbmfkfocinkokegcmmjemmgde
Description Turns any text you selected on the web into an awesome word cloud
Taille du Fichier 328 KB
Nombre d'Installations 658
Version Actuelle 0.2.7
Dernière Mise à Jour 2015-05-17
Date de Publication 2015-05-17
Développeur Sergey Chernykh
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}