shutto translation developer tool
A tool for shutto translation developer
Wat is shutto translation developer tool?
shutto translation developer tool is een Chrome-extensie ontwikkeld door https://shutto-translation.com, en de belangrijkste functie is "A tool for shutto translation developer".
Download het CRX-bestand van de extensie shutto translation developer tool
Download shutto translation developer tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
ウェブサイトにタグを導入せずにshutto翻訳の動作を確認できます Basisinformatie over de Extensie
| Naam | |
| ID | cfbffmhgcmlakhpicddbjjpjadjcpaeb |
| Officiële URL | https://chromewebstore.google.com/detail/shutto-translation-develo/cfbffmhgcmlakhpicddbjjpjadjcpaeb |
| Beschrijving | A tool for shutto translation developer |
| Bestandsgrootte | 81.1 KB |
| Aantal Installaties | 391 |
| Huidige Versie | 0.0.14 |
| Laatst Bijgewerkt | 2024-01-16 |
| Publicatiedatum | 2018-06-20 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://shutto-translation.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.submit.ne.jp/shutto-translation |
| Help Pagina-URL | https://www.submit.ne.jp/shutto-translation/hc |
| URL van de Privacybeleid Pagina | https://www.e-agency.co.jp/privacy.html |
| Ondersteunde Talen | 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": [
" | |