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