Paodin: word translation / collection / back word

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

Paodin: word translation / collection / back word là gì?

Paodin: word translation / collection / back word là một tiện ích mở rộng Chrome được phát triển bởi tomasy, và tính năng chính của nó là "Paodin: word translation, make wordcard, memory word, words data export".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Paodin: word translation / collection / back word

Tải xuống các tệp mở rộng Paodin: word translation / collection / back word dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Paodin: word translation / collection / back word Paodin: word translation / collection / back word
ID oegblnjiajbfeegijlnblepdodmnddbk
URL Chính Thức https://chromewebstore.google.com/detail/paodin-word-translation-c/oegblnjiajbfeegijlnblepdodmnddbk
Mô tả Paodin: word translation, make wordcard, memory word, words data export
Kích Thước Tệp 756 KB
Số Lần Cài Đặt 1,526
Phiên Bản Hiện Tại 3.0.2
Cập Nhật Lần Cuối 2020-06-03
Ngày Phát Hành 2020-06-03
Đánh Giá 4.24/5 Tổng số 25 Đánh Giá
Nhà Phát Triển tomasy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wordcard.app/
URL Trang Trợ Giúp https://github.com/solobat/wordcard/issues
URL Trang Chính Sách Bảo Mật https://ihelpers.xyz/privacy
Ngôn Ngữ Được Hỗ Trợ 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
        }
    }
}