shutto translation developer tool

A tool for shutto translation developer

shutto translation developer tool क्या है?

shutto translation developer tool https://shutto-translation.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool for shutto translation developer"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में shutto translation developer tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
    }
}