WordCloudIt

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

What is WordCloudIt?

WordCloudIt is a Chrome extension developed by Sergey Chernykh, and its main feature is "Turns any text you selected on the web into an awesome word cloud".

Extension Screenshots

screenshot

Download WordCloudIt Extension CRX File

Download WordCloudIt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name WordCloudIt WordCloudIt
ID eodkflpkbmfkfocinkokegcmmjemmgde
Official URL https://chromewebstore.google.com/detail/wordcloudit/eodkflpkbmfkfocinkokegcmmjemmgde
Description Turns any text you selected on the web into an awesome word cloud
File Size 328 KB
Installation Count 658
Current Version 0.2.7
Last Updated 2015-05-17
Publish Date 2015-05-17
Developer Sergey Chernykh
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}