WPGP Tools

Enhanced Translation Tools for translate.w.org

什麼是WPGP Tools?

WPGP Tools是由Vlad Timotei開發的Chrome擴展程式,該擴展的主要功能是“Enhanced Translation Tools for translate.w.org”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載WPGP Tools擴展crx文件

下載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
官方網址 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"
    }
}