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
官方URL 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"
    }
}