WordCloudIt

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

WordCloudItคืออะไร?

WordCloudIt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sergey Chernykh และคุณลักษณะหลักของมันคือ "Turns any text you selected on the web into an awesome word cloud"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WordCloudIt

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}