GlotDict
Improve the workflow on translate.wordpress.org
Что такое GlotDict?
GlotDict - это расширение Chrome, разработанное Daniele Mte90 Scasciafratte, и его основная функция - "Improve the workflow on translate.wordpress.org".
Снимки экрана расширения
Скачать файл CRX расширения GlotDict
Скачайте файлы расширений GlotDict в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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" } |