shutto translation developer tool
A tool for shutto translation developer
ما هو shutto translation developer tool؟
shutto translation developer tool هو إضافة Chrome تم تطويرها بواسطة https://shutto-translation.com، والميزة الرئيسية لها هي "A tool for shutto translation developer".
تحميل ملف CRX للإضافة shutto translation developer tool
قم بتنزيل ملفات الامتداد shutto translation developer tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ウェブサイトにタグを導入せずにshutto翻訳の動作を確認できます معلومات أساسية عن التمديد
| الاسم | |
| ID | cfbffmhgcmlakhpicddbjjpjadjcpaeb |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/shutto-translation-develo/cfbffmhgcmlakhpicddbjjpjadjcpaeb |
| الوصف | A tool for shutto translation developer |
| حجم الملف | 81.1 KB |
| عدد التثبيتات | 391 |
| النسخة الحالية | 0.0.14 |
| آخر تحديث | 2024-01-16 |
| تاريخ النشر | 2018-06-20 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://shutto-translation.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.submit.ne.jp/shutto-translation |
| عنوان صفحة المساعدة | https://www.submit.ne.jp/shutto-translation/hc |
| عنوان صفحة سياسة الخصوصية | https://www.e-agency.co.jp/privacy.html |
| اللغات المدعومة | 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": [
" | |