WordCloudIt

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

什麼是WordCloudIt?

WordCloudIt是由Sergey Chernykh開發的Chrome擴展程式,該擴展的主要功能是“Turns any text you selected on the web into an awesome word cloud”。

擴展截圖

screenshot

下載WordCloudIt擴展crx文件

下載WordCloudIt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 WordCloudIt WordCloudIt
ID eodkflpkbmfkfocinkokegcmmjemmgde
官方網址 https://chromewebstore.google.com/detail/wordcloudit/eodkflpkbmfkfocinkokegcmmjemmgde
簡介 Turns any text you selected on the web into an awesome word cloud
檔案大小 328 KB
安裝次數 658
目前版本 0.2.7
更新時間 2015-05-17
上架時間 2015-05-17
開發者 Sergey Chernykh
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}