WordParty

WordParty plugin for Chrome.

WordPartyคืออะไร?

WordParty เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://word-party.com และคุณลักษณะหลักของมันคือ "WordParty plugin for Chrome."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย WordParty ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Integrates WordParty with other websites.

- Extension shows vocabulary statistics for every web page. Be even more aware of your vocabulary progress.

- Allows you to manage words on a page. Get a WordParty like experience even outside a reader.

- You can save a page to read later it on WordParty. It will be available even if the original article was removed.

*Plugin is under a development (it is an early beta version)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WordParty WordParty
ID dlholbkkclbghhipddnagkdkkcmnpgko
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wordparty/dlholbkkclbghhipddnagkdkkcmnpgko
คำอธิบาย WordParty plugin for Chrome.
ขนาดไฟล์ 245 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.0.96
อัปเดตครั้งล่าสุด 2018-04-03
วันที่เผยแพร่ 2018-04-03
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://word-party.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordParty",
    "description": "WordParty plugin for Chrome.",
    "version": "1.0.96",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "resources\/*.woff"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "api_host": "https:\/\/www.word-party.com",
    "permissions": [
        "tabs",
        "identity",
        "storage",
        "activeTab",
        "http:\/\/www.word-party.com\/api\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/www.word-party.com\/*"
        ]
    }
}