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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tomasy และคุณลักษณะหลักของมันคือ "Paodin: word translation, make wordcard, memory word, words data export"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Paodin: word translation / collection / back word

ดาวน์โหลดไฟล์ส่วนขยาย Paodin: word translation / collection / back word ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
        }
    }
}