shutto translation developer tool
A tool for shutto translation developer
Apa itu shutto translation developer tool?
shutto translation developer tool adalah ekstensi Chrome yang dikembangkan oleh https://shutto-translation.com, dan fitur utamanya adalah "A tool for shutto translation developer".
Unduh Berkas CRX Ekstensi shutto translation developer tool
Unduh file ekstensi shutto translation developer tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
ウェブサイトにタグを導入せずにshutto翻訳の動作を確認できます
Informasi Dasar Ekstensi
Nama | shutto translation developer tool |
ID | cfbffmhgcmlakhpicddbjjpjadjcpaeb |
URL Resmi | https://chromewebstore.google.com/detail/shutto-translation-develo/cfbffmhgcmlakhpicddbjjpjadjcpaeb |
Deskripsi | A tool for shutto translation developer |
Ukuran File | 81.1 KB |
Jumlah Instalasi | 391 |
Versi Saat Ini | 0.0.14 |
Terakhir Diperbarui | 2024-01-16 |
Tanggal Publikasi | 2018-06-20 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://shutto-translation.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.submit.ne.jp/shutto-translation |
URL Halaman Bantuan | https://www.submit.ne.jp/shutto-translation/hc |
URL Halaman Kebijakan Privasi | https://www.e-agency.co.jp/privacy.html |
Bahasa yang Didukung | 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": [ " |