shutto translation developer tool
A tool for shutto translation developer
Was ist shutto translation developer tool?
shutto translation developer tool ist eine Chrome-Erweiterung, die von https://shutto-translation.com entwickelt wurde, und ihr Hauptmerkmal ist "A tool for shutto translation developer".
shutto translation developer tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie shutto translation developer tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
ウェブサイトにタグを導入せずにshutto翻訳の動作を確認できます Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cfbffmhgcmlakhpicddbjjpjadjcpaeb |
| Offizielle URL | https://chromewebstore.google.com/detail/shutto-translation-develo/cfbffmhgcmlakhpicddbjjpjadjcpaeb |
| Beschreibung | A tool for shutto translation developer |
| Dateigröße | 81.1 KB |
| Installationsanzahl | 391 |
| Aktuelle Version | 0.0.14 |
| Letztes Update | 2024-01-16 |
| Veröffentlichungsdatum | 2018-06-20 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://shutto-translation.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.submit.ne.jp/shutto-translation |
| Hilfeseite URL | https://www.submit.ne.jp/shutto-translation/hc |
| URL der Datenschutzrichtlinien-Seite | https://www.e-agency.co.jp/privacy.html |
| Unterstützte Sprachen | 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": [
" | |