shutto translation developer tool
A tool for shutto translation developer
Hvad er shutto translation developer tool?
shutto translation developer tool er en Chrome-udvidelse udviklet af https://shutto-translation.com, og dens hovedfunktion er "A tool for shutto translation developer".
Download shutto translation developer tool-udvidelses-CRX-fil
Download shutto translation developer tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
ウェブサイトにタグを導入せずにshutto翻訳の動作を確認できます Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | cfbffmhgcmlakhpicddbjjpjadjcpaeb |
| Officiel URL | https://chromewebstore.google.com/detail/shutto-translation-develo/cfbffmhgcmlakhpicddbjjpjadjcpaeb |
| Beskrivelse | A tool for shutto translation developer |
| Filstørrelse | 81.1 KB |
| Antal Installationer | 391 |
| Nuværende Version | 0.0.14 |
| Senest Opdateret | 2024-01-16 |
| Udgivelsesdato | 2018-06-20 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://shutto-translation.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.submit.ne.jp/shutto-translation |
| Hjælpeside-URL | https://www.submit.ne.jp/shutto-translation/hc |
| URL til Fortrolighedspolitik Side | https://www.e-agency.co.jp/privacy.html |
| Understøttede Sprog | 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": [
" | |