Paodin: word translation / collection / back word

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

Paodin: word translation / collection / back word क्या है?

Paodin: word translation / collection / back word tomasy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Paodin: word translation, make wordcard, memory word, words data export"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Paodin: word translation / collection / back word एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Paodin: word translation / collection / back word Paodin: word translation / collection / back word
ID oegblnjiajbfeegijlnblepdodmnddbk
आधिकारिक URL https://chromewebstore.google.com/detail/paodin-word-translation-c/oegblnjiajbfeegijlnblepdodmnddbk
विवरण Paodin: word translation, make wordcard, memory word, words data export
फ़ाइल का आकार 756 KB
स्थापना संख्या 1,526
वर्तमान संस्करण 3.0.2
अंतिम अपडेट 2020-06-03
प्रकाशन तिथि 2020-06-03
रेटिंग 4.24/5 कुल 25 रेटिंग्स
डेवलपर tomasy
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://wordcard.app/
सहायता पृष्ठ URL https://github.com/solobat/wordcard/issues
गोपनीयता नीति पृष्ठ URL https://ihelpers.xyz/privacy
समर्थित भाषाएँ 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
        }
    }
}