Define

Define helps you to find the definition of any word on your browser without you changing the Tab. 1. Select the word you wanted the…

O que é Define?

Define é uma extensão do Chrome desenvolvida por Abhinav Mehta, e sua principal característica é "Define helps you to find the definition of any word on your browser without you changing the Tab. 1. Select the word you wanted the…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Define

Baixe arquivos de extensão Define 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

                        Define helps you to find the definition of any word on your browser without you changing the Tab.
1. Select the word you wanted the Definition for.
2. Right click and select Define word or Click on the define Chrome Extension icon                    

Informações Básicas da Extensão

Nome Define Define
ID ghekgieimigknomennplpoiomnldfbaa
URL Oficial https://chromewebstore.google.com/detail/define/ghekgieimigknomennplpoiomnldfbaa
Descrição Define helps you to find the definition of any word on your browser without you changing the Tab. 1. Select the word you wanted the…
Tamanho do Arquivo 16.1 KB
Contagem de Instalações 35
Versão Atual 0.0.1
Última Atualização 2020-09-28
Data de Publicação 2020-09-28
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Abhinav Mehta
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Define",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "popUp\/index.html",
        "default_title": "Define"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}