shutto translation developer tool
A tool for shutto translation developer
Что такое shutto translation developer tool?
shutto translation developer tool - это расширение Chrome, разработанное https://shutto-translation.com, и его основная функция - "A tool for shutto translation developer".
Скачать файл CRX расширения shutto translation developer tool
Скачайте файлы расширений shutto translation developer tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
ウェブサイトにタグを導入せずにshutto翻訳の動作を確認できます Основная информация о расширении
| Название | |
| ID | cfbffmhgcmlakhpicddbjjpjadjcpaeb |
| Официальный URL | https://chromewebstore.google.com/detail/shutto-translation-develo/cfbffmhgcmlakhpicddbjjpjadjcpaeb |
| Описание | A tool for shutto translation developer |
| Размер файла | 81.1 KB |
| Количество установок | 391 |
| Текущая Версия | 0.0.14 |
| Последнее Обновление | 2024-01-16 |
| Дата публикации | 2018-06-20 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | https://shutto-translation.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.submit.ne.jp/shutto-translation |
| URL страницы помощи | https://www.submit.ne.jp/shutto-translation/hc |
| URL страницы политики конфиденциальности | https://www.e-agency.co.jp/privacy.html |
| Поддерживаемые языки | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.14",
"manifest_version": 3,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "ja",
"background": {
"service_worker": "scripts\/background.js",
"type": "module"
},
"permissions": [
"storage",
"activeTab"
],
"optional_host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"scripts\/stt.js",
"scripts\/trans.js",
"scripts\/main.js",
"styles\/style.css"
],
"matches": [
" | |