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文件

下載GlossaryTech | Learn tech words擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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:\/\/*\/*"
    ]
}