GlossaryTech | Learn tech words

Learn tech terms whilst web sourcing

O que é GlossaryTech | Learn tech words?

GlossaryTech | Learn tech words é uma extensão do Chrome desenvolvida por https://glossarytech.com, e sua principal característica é "Learn tech terms whilst web sourcing".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GlossaryTech | Learn tech words

Baixe arquivos de extensão GlossaryTech | Learn tech words no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome GlossaryTech | Learn tech words GlossaryTech | Learn tech words
ID lkfaknngnekohfmljebdikgefjfhkgkp
URL Oficial https://chromewebstore.google.com/detail/glossarytech-learn-tech-w/lkfaknngnekohfmljebdikgefjfhkgkp
Descrição Learn tech terms whilst web sourcing
Tamanho do Arquivo 1.73 MB
Contagem de Instalações 24,962
Versão Atual 0.11.1
Última Atualização 2023-10-26
Data de Publicação 2019-09-03
Classificação 4.61/5 Total de 36 Avaliações
Desenvolvedor https://glossarytech.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://glossarytech.com
URL da Página de Política de Privacidade https://glossarytech.com/conditions
Idiomas Suportados 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:\/\/*\/*"
    ]
}