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翻訳の動作を確認できます 扩展基本信息
| 名称 | |
| 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 |
| 帮助页面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": [
" | |