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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ウェブサイトにタグを導入せずにshutto翻訳の動作を確認できます                    

확장 프로그램 기본 정보

이름 shutto translation developer tool shutto translation developer tool
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": [
                ""
            ]
        }
    ],
    "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'"
    }
}