shutto translation developer tool
A tool for shutto translation developer
Vad är shutto translation developer tool?
shutto translation developer tool är en Chrome-tillägg utvecklad av https://shutto-translation.com, och dess huvudfunktion är "A tool for shutto translation developer".
Ladda ner shutto translation developer tool-förlängningens CRX-fil
Ladda ner shutto translation developer tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
ウェブサイトにタグを導入せずにshutto翻訳の動作を確認できます Grundläggande Information om Tillägg
| Namn | |
| ID | cfbffmhgcmlakhpicddbjjpjadjcpaeb |
| Officiell webbadress | https://chromewebstore.google.com/detail/shutto-translation-develo/cfbffmhgcmlakhpicddbjjpjadjcpaeb |
| Beskrivning | A tool for shutto translation developer |
| Filstorlek | 81.1 KB |
| Antal Installationer | 391 |
| Aktuell Version | 0.0.14 |
| Senast Uppdaterad | 2024-01-16 |
| Publiceringsdatum | 2018-06-20 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://shutto-translation.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.submit.ne.jp/shutto-translation |
| Hjälpsida URL | https://www.submit.ne.jp/shutto-translation/hc |
| URL till Sekretesspolicy Sidan | https://www.e-agency.co.jp/privacy.html |
| Stödda Språk | 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": [
" | |