GlossaryTech | Learn tech words

Learn tech terms whilst web sourcing

GlossaryTech | Learn tech words란 무엇입니까?

GlossaryTech | Learn tech words은(는) https://glossarytech.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn tech terms whilst web sourcing"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

GlossaryTech | Learn tech words 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        GlossaryTech Chrome Plugin is your tech recruiting and sourcing assistant. 

Once installed, you can always use the extension either for sourcing tech talent or for learning IT-related terms whilst browsing. 

The plug-in works for every single website, including Github, Wikipedia, and Stack Overflow. 

Here’s what the extension actually does:

   -   Highlights technical terms on a web page.
   -   Provides short, concise definitions for all the technical terms listed alongside alternatives/related terms.
   -   Allows you to filter all 'found' terms by category (Front-end, Back-end, QA, etc.). Each category has its own color.

The extension is absolutely FREE. 

Download and try it out today!                    

확장 프로그램 기본 정보

이름 GlossaryTech | Learn tech words GlossaryTech | Learn tech words
ID lkfaknngnekohfmljebdikgefjfhkgkp
공식 URL https://chromewebstore.google.com/detail/glossarytech-learn-tech-w/lkfaknngnekohfmljebdikgefjfhkgkp
설명 Learn tech terms whilst web sourcing
파일 크기 1.73 MB
설치 횟수 24,962
현재 버전 0.11.1
최근 업데이트 2023-10-26
출시 날짜 2019-09-03
평점 4.61/5 총 36 개의 평점
개발자 https://glossarytech.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://glossarytech.com
개인정보 보호 정책 페이지 URL https://glossarytech.com/conditions
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GlossaryTech | Learn tech words",
    "version": "0.11.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                ".\/term.css"
            ],
            "js": [
                ".\/chartist.js",
                ".\/chartist-plugin-tooltip.js",
                ".\/main.js"
            ],
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "cookies",
        "activeTab",
        "storage"
    ],
    "description": "Learn tech terms whilst web sourcing",
    "icons": {
        "16": ".\/img\/ic-16.png",
        "48": ".\/img\/ic-48.png",
        "128": ".\/img\/ic-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "main.css",
                "fonts\/*",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": ".\/img\/icon.png",
        "default_title": "GlossaryTech | Learn tech words"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}