WordCloudIt

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

Vad är WordCloudIt?

WordCloudIt är en Chrome-tillägg utvecklad av Sergey Chernykh, och dess huvudfunktion är "Turns any text you selected on the web into an awesome word cloud".

Tilläggsskärmbilder

screenshot

Ladda ner WordCloudIt-förlängningens CRX-fil

Ladda ner WordCloudIt-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn WordCloudIt WordCloudIt
ID eodkflpkbmfkfocinkokegcmmjemmgde
Officiell webbadress https://chromewebstore.google.com/detail/wordcloudit/eodkflpkbmfkfocinkokegcmmjemmgde
Beskrivning Turns any text you selected on the web into an awesome word cloud
Filstorlek 328 KB
Antal Installationer 658
Aktuell Version 0.2.7
Senast Uppdaterad 2015-05-17
Publiceringsdatum 2015-05-17
Utvecklare Sergey Chernykh
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}