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 |
| Eメール | [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": [
" | |