Keep Google Definitions

Append all your favourite Google definitions to the default new tab page, simple and sleek.

O que é Keep Google Definitions?

Keep Google Definitions é uma extensão do Chrome desenvolvida por msegling, e sua principal característica é "Append all your favourite Google definitions to the default new tab page, simple and sleek.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Keep Google Definitions

Baixe arquivos de extensão Keep Google Definitions 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

                        Google definition keep is a free and sleek extension, aimed at improving vocabulary acquisition for all. Save your favorite Google definitions and refresh your mind later with its sleek, non intrusive, interface embedded on the default new tab page. 

Easily manage your saved content, feature your new favorite word to be first in-line and easily discard older content.

Retain knowledge and build your vocabulary, Google definition keep
 
-----------------------------------------------------------------
Please note that the new tab page must be set to default in order to use this extension.
-----------------------------------------------------------------

Developed and packaged by Marrion Egling                    

Informações Básicas da Extensão

Nome Keep Google Definitions Keep Google Definitions
ID fdhfmjchmeblnpglmbcdaiocefpdllkk
URL Oficial https://chromewebstore.google.com/detail/keep-google-definitions/fdhfmjchmeblnpglmbcdaiocefpdllkk
Descrição Append all your favourite Google definitions to the default new tab page, simple and sleek.
Tamanho do Arquivo 26.89 KB
Contagem de Instalações 71
Versão Atual 1.2
Última Atualização 2015-12-12
Data de Publicação 2015-12-12
Classificação 3.50/5 Total de 4 Avaliações
Desenvolvedor msegling
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keep Google Definitions",
    "version": "1.2",
    "description": "Append all your favourite Google definitions to the default new tab page, simple and sleek. ",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "video-19.png",
        "default_title": "Definition found"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "48": "video-48.png",
        "128": "video-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "manifest_version": 2
}