Wordie!

Select. Translate. With Wordreference!

Wordie!란 무엇입니까?

Wordie!은(는) Francesco Malatesta에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select. Translate. With Wordreference!"입니다.

확장 프로그램 스크린샷

screenshot

Wordie! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With Wordie you can easily translate a word you don't know, using Wordreference. How?

- select the word you need to translate;
- press Alt + W;
- tah-dah! :)

You can also right-click after you have selected a word, and then use the "Wordie!" menu for more options.                    

확장 프로그램 기본 정보

이름 Wordie! Wordie!
ID jjbabalpgmamghijhepnkdimbpomefbo
공식 URL https://chromewebstore.google.com/detail/wordie/jjbabalpgmamghijhepnkdimbpomefbo
설명 Select. Translate. With Wordreference!
파일 크기 32.42 KB
설치 횟수 1,218
현재 버전 2.3.6
최근 업데이트 2017-02-08
출시 날짜 2017-02-07
평점 4.43/5 총 23 개의 평점
개발자 Francesco Malatesta
결제 유형 free
확장 프로그램 웹 사이트 http://www.hellofrancesco.com
지원되는 언어 de,en,fr,es,it,pt-BR,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wordie!",
    "short_name": "Wordie!",
    "version": "2.3.6",
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "icons": {
        "16": "media\/16.png",
        "24": "media\/24.png",
        "48": "media\/48.png",
        "128": "media\/128.png"
    },
    "browser_action": {
        "default_icon": "media\/24.png",
        "default_popup": "popup.html"
    },
    "author": "Francesco Malatesta",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "scripts\/languages.js",
            "scripts\/core.js",
            "scripts\/menus.js",
            "scripts\/shortcuts.js"
        ]
    },
    "commands": {
        "sc-translate": {
            "suggested_key": {
                "default": "Alt+W",
                "mac": "Alt+W"
            },
            "description": "Default language translation shortcut."
        },
        "sc-translate-reverse": {
            "suggested_key": {
                "default": "Alt+R",
                "mac": "Alt+R"
            },
            "description": "Default language reverse translation shortcut."
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}