WPGP Tools

Enhanced Translation Tools for translate.w.org

WPGP Toolsคืออะไร?

WPGP Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vlad Timotei และคุณลักษณะหลักของมันคือ "Enhanced Translation Tools for translate.w.org"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        WordPress GlotPress Tools or WPGPT, is a browser extension to help you translate faster and better on translate.wordpress.org

It includes:
- Consistency suggestions
- QuickLinks
- Non-translatable items
- General checkes
- Localized checks
- History tools
- Bulk Consistency replacement tools

and many more.

It is compatible with GlotDict.                    

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

ชื่อ WPGP Tools WPGP Tools
ID bioidgadpdnajjaddfmoaohflfbmmhcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wpgp-tools/bioidgadpdnajjaddfmoaohflfbmmhcn
คำอธิบาย Enhanced Translation Tools for translate.w.org
ขนาดไฟล์ 46.64 KB
จำนวนการติดตั้ง 143
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2023-02-20
วันที่เผยแพร่ 2021-09-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Vlad Timotei
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WPGP Tools",
    "version": "2.1.1",
    "description": "Enhanced Translation Tools for translate.w.org",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/wpgpt-checks.js",
                "js\/wpgpt-settings.js",
                "js\/wpgpt-functions.js",
                "js\/wpgpt-history.js",
                "js\/wpgpt-bulk-consistency.js",
                "img\/warning.png",
                "img\/notice.png"
            ],
            "matches": [
                "https:\/\/translate.wordpress.org\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/translate.wordpress.org\/*"
            ],
            "js": [
                "js\/init.js",
                "js\/wpgpt-functions.js",
                "js\/wpgpt-consistency.js"
            ],
            "css": [
                "css\/wpgpt-style.css"
            ]
        }
    ],
    "options_ui": {
        "page": "wpgpt-settings.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    }
}