GlotDict

Improve the workflow on translate.wordpress.org

GlotDictคืออะไร?

GlotDict เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniele Mte90 Scasciafratte และคุณลักษณะหลักของมันคือ "Improve the workflow on translate.wordpress.org"

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

screenshot

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

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

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

                        GlotDict extension implements many new features to improve the quality of translation and speed up the process on translate.wordpress.org, where users can translate plugins, themes, WordPress itself and other related projects.                    

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

ชื่อ GlotDict GlotDict
ID jfdkihdmokdigeobcmnjmgigcgckljgl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/glotdict/jfdkihdmokdigeobcmnjmgigcgckljgl
คำอธิบาย Improve the workflow on translate.wordpress.org
ขนาดไฟล์ 69.35 KB
จำนวนการติดตั้ง 581
เวอร์ชันปัจจุบัน 2.1.2
อัปเดตครั้งล่าสุด 2023-08-28
วันที่เผยแพร่ 2019-05-31
คะแนน 4.90/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Daniele Mte90 Scasciafratte
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Mte90/GlotDict
URL หน้าช่วยเหลือ https://github.com/Mte90/GlotDict/issues
URL หน้านโยบายความเป็นส่วนตัว https://daniele.tech
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/init.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/translate.wordpress.org\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/glotdict-locales.js",
                "js\/glotdict.js",
                "js\/glotdict-functions.js",
                "js\/glotdict-hotkey.js",
                "js\/glotdict-validation.js",
                "js\/glotdict-notices.js",
                "js\/glotdict-bulk.js",
                "js\/glotdict-column.js",
                "js\/glotdict-meta.js",
                "js\/glotdict-consistency.js",
                "js\/glotdict-settings.js",
                "js\/keymaster.js",
                "js\/jquery.bind-first.js",
                "js\/dompurify.js",
                "CHANGELOG.md",
                "icons\/icon-48.png",
                "css\/style.css",
                "js\/init.js"
            ],
            "matches": [
                "https:\/\/translate.wordpress.org\/*"
            ]
        }
    ],
    "version": "2.1.2",
    "description": "Improve the workflow on translate.wordpress.org",
    "homepage_url": "https:\/\/github.com\/Mte90\/GlotDict",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png"
    },
    "name": "GlotDict"
}