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 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": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlQaKJFpFlykiFyOc0dRGULI6YfchjwZQ7jhENjREJ33QFHI7rkp5xlx9cYrCy7muxn3ehtyhd+y6P+jTfqPBOPLmCj9bsgWEyEflyu62LqpkVWQGU087Z5ByK6ULSQ5\/bRjHe+dT9DfQbAlLLfb4\/KOYWxislWFCIL8IsFzaX4uevqm3zlpKqRvfMywI90FJr+1gpSfrLJOmFSZsHz82CPyWaPumGOiHOAe86d5GFK2hpsCJ7gwa0U1JOXh\/HqZM9OyDXyP0kTeiPqVQsFxg6ETglawnBmxaZThGBAJJCEpEB6H9hxwdFmw2bbfdqPGWxMplmGbnpVo1+tNaEH9wJwIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}