-glish

Vocab learner with common foreign words injected into your english websites.

-glish란 무엇입니까?

-glish은(는) julian.s.vanecek에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vocab learner with common foreign words injected into your english websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

-glish 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Practice foreign languages while you surf the web! Automatically translate words within your web page into a foreign language based on your vocabulary level. Use while surfing the web entirely in a foreign language is too difficult. 

Familiarize yourself with the words you tend to see on a daily basis, and practice word recognition with words within a meaningful context, similar to flash card practice. Click on any word to flip through many possible translations! Check out the Quiz Mode to test your knowledge.
 
Choose from 35 languages. Practice up to 4,300 of the most common words. Private, fast and free. All computation local. While the app has access to every web page, the app does not send data anywhere. 

Practice your knowledge with Quiz Mode.

I recommend giving the app permission to run on every page automatically.                    

확장 프로그램 기본 정보

이름 -glish -glish
ID jfheijenmheiialipkmahkhcdmfefclb
공식 URL https://chromewebstore.google.com/detail/glish/jfheijenmheiialipkmahkhcdmfefclb
설명 Vocab learner with common foreign words injected into your english websites.
파일 크기 1.98 MB
설치 횟수 17
현재 버전 1.008
최근 업데이트 2023-03-16
출시 날짜 2023-03-10
개발자 julian.s.vanecek
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://jsvan.github.io/glishprivacypolicy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "-glish",
    "version": "1.008",
    "description": "Vocab learner with common foreign words injected into your english websites.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/translate.js"
            ],
            "css": [
                "src\/hoverover.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "src\/popup.html",
        "default_title": "-glish",
        "default_icon": {
            "16": "images\/-g16.png",
            "32": "images\/-g32.png",
            "48": "images\/-g48.png",
            "128": "images\/-g128.png"
        }
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "icons": {
        "16": "images\/-g16.png",
        "32": "images\/-g32.png",
        "48": "images\/-g48.png",
        "128": "images\/-g128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "external\/KoFi.js",
                "updated_langauge_packs\/available_languages.txt",
                "updated_language_packs\/*.txt"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "minimum_chrome_version": "88"
}