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
Eメール [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"
    }
}