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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Paodin: word translation, make wordcard, memory word, words data export"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Paodin: word translation / collection / back word 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
        }
    }
}