shutto translation developer tool

A tool for shutto translation developer

Qu'est-ce que shutto translation developer tool ?

shutto translation developer tool est une extension Chrome développée par https://shutto-translation.com, et sa fonction principale est "A tool for shutto translation developer".

Télécharger le fichier CRX de l'extension shutto translation developer tool

Téléchargez les fichiers d'extension shutto translation developer tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom shutto translation developer tool shutto translation developer tool
ID cfbffmhgcmlakhpicddbjjpjadjcpaeb
URL Officiel https://chromewebstore.google.com/detail/shutto-translation-develo/cfbffmhgcmlakhpicddbjjpjadjcpaeb
Description A tool for shutto translation developer
Taille du Fichier 81.1 KB
Nombre d'Installations 391
Version Actuelle 0.0.14
Dernière Mise à Jour 2024-01-16
Date de Publication 2018-06-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://shutto-translation.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.submit.ne.jp/shutto-translation
URL de la Page d'Aide https://www.submit.ne.jp/shutto-translation/hc
URL de la Page de Politique de Confidentialité https://www.e-agency.co.jp/privacy.html
Langues Prises en Charge 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'"
    }
}