shutto translation developer tool
A tool for shutto translation developer
What is shutto translation developer tool?
shutto translation developer tool is a Chrome extension developed by https://shutto-translation.com, and its main feature is "A tool for shutto translation developer".
Download shutto translation developer tool Extension CRX File
Download shutto translation developer tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ウェブサイトにタグを導入せずにshutto翻訳の動作を確認できます
Extension Basic Information
Name | shutto translation developer tool |
ID | cfbffmhgcmlakhpicddbjjpjadjcpaeb |
Official URL | https://chromewebstore.google.com/detail/shutto-translation-develo/cfbffmhgcmlakhpicddbjjpjadjcpaeb |
Description | A tool for shutto translation developer |
File Size | 81.1 KB |
Installation Count | 391 |
Current Version | 0.0.14 |
Last Updated | 2024-01-16 |
Publish Date | 2018-06-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://shutto-translation.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.submit.ne.jp/shutto-translation |
Help Page URL | https://www.submit.ne.jp/shutto-translation/hc |
Privacy Policy Page URL | https://www.e-agency.co.jp/privacy.html |
Supported Languages | 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": [ " |