Paodin: word translation / collection / back word

Paodin: word translation, make wordcard, memory word, words data export

Qu'est-ce que Paodin: word translation / collection / back word ?

Paodin: word translation / collection / back word est une extension Chrome développée par tomasy, et sa fonction principale est "Paodin: word translation, make wordcard, memory word, words data export".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Paodin: word translation / collection / back word

Téléchargez les fichiers d'extension Paodin: word translation / collection / back word 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

                        Official website: https://wordcard.app / Forum: http://bbs.oksteward.com
 Telegram: https://t.me/okwordcard, Line: http://line.me/ti/g/g5p65zc5Mi

Support synchronization to word card small program, scallop word, vocal word book
In addition, it is recommended that you use the back word with the Steward extension.

Feature:
Take word translation and collect words automatically
Word management                    

Informations de Base sur l'Extension

Nom Paodin: word translation / collection / back word Paodin: word translation / collection / back word
ID oegblnjiajbfeegijlnblepdodmnddbk
URL Officiel https://chromewebstore.google.com/detail/paodin-word-translation-c/oegblnjiajbfeegijlnblepdodmnddbk
Description Paodin: word translation, make wordcard, memory word, words data export
Taille du Fichier 756 KB
Nombre d'Installations 1,526
Version Actuelle 3.0.2
Dernière Mise à Jour 2020-06-03
Date de Publication 2020-06-03
Évaluation 4.24/5 Total 25 Évaluations
Développeur tomasy
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wordcard.app/
URL de la Page d'Aide https://github.com/solobat/wordcard/issues
URL de la Page de Politique de Confidentialité https://ihelpers.xyz/privacy
Langues Prises en Charge en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "3.0.2",
    "description": "__MSG_extDesc__",
    "background": {
        "page": "background.html"
    },
    "default_locale": "zh_CN",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Paodin",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "all_frames": true,
            "js": [
                "manifest.js",
                "common.js",
                "vendor.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "web_accessible_resources": [
        "img\/*",
        "translate.html"
    ],
    "omnibox": {
        "keyword": "wd"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "cookies",
        "contextMenus",
        "storage",
        "tts",
        ""
    ],
    "commands": {
        "lookup_in_selection": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            },
            "description": "__extCmdDesc__",
            "global": true
        }
    }
}