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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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