WordCloudIt

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

WordCloudIt là gì?

WordCloudIt là một tiện ích mở rộng Chrome được phát triển bởi Sergey Chernykh, và tính năng chính của nó là "Turns any text you selected on the web into an awesome word cloud".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WordCloudIt

Tải xuống các tệp mở rộng WordCloudIt dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WordCloudIt WordCloudIt
ID eodkflpkbmfkfocinkokegcmmjemmgde
URL Chính Thức https://chromewebstore.google.com/detail/wordcloudit/eodkflpkbmfkfocinkokegcmmjemmgde
Mô tả Turns any text you selected on the web into an awesome word cloud
Kích Thước Tệp 328 KB
Số Lần Cài Đặt 658
Phiên Bản Hiện Tại 0.2.7
Cập Nhật Lần Cuối 2015-05-17
Ngày Phát Hành 2015-05-17
Nhà Phát Triển Sergey Chernykh
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}