GlotDict

Improve the workflow on translate.wordpress.org

GlotDict란 무엇입니까?

GlotDict은(는) Daniele Mte90 Scasciafratte에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve the workflow on translate.wordpress.org"입니다.

확장 프로그램 스크린샷

screenshot

GlotDict 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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