shutto translation developer tool
A tool for shutto translation developer
什麼是shutto translation developer tool?
shutto translation developer tool是由https://shutto-translation.com開發的Chrome擴展程式,該擴展的主要功能是“A tool for shutto translation developer”。
下載shutto translation developer tool擴展crx文件
下載shutto translation developer tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
ウェブサイトにタグを導入せずにshutto翻訳の動作を確認できます
擴展基本資訊
名稱 | shutto translation developer tool |
ID | cfbffmhgcmlakhpicddbjjpjadjcpaeb |
官方網址 | 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 |
說明頁面URL | https://www.submit.ne.jp/shutto-translation/hc |
隱私政策頁面URL | 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": [ " |