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
官方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"
    }
}