Camel New Tab

See Jeffrey the Camel on your New Tab page. And a bunch of other animals.

O que é Camel New Tab?

Camel New Tab é uma extensão do Chrome desenvolvida por Jeffrey the Camel, e sua principal característica é "See Jeffrey the Camel on your New Tab page. And a bunch of other animals.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Camel New Tab

Baixe arquivos de extensão Camel New Tab 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

                        Camel New Tab is a revolutionary Chrome new tab extension that will change the way you think about browsing the internet. Instead of a regular new tab page, experience a vivid, bold new tab page with engaging backgrounds, helpful links, a Bible verse of the day, games, and most importantly, YOU CAN SEE A CAMEL PICTURE!!!!                    

Informações Básicas da Extensão

Nome Camel New Tab Camel New Tab
ID hbomebggkjmaacfdjlleanbokcjlmiaf
URL Oficial https://chromewebstore.google.com/detail/camel-new-tab/hbomebggkjmaacfdjlleanbokcjlmiaf
Descrição See Jeffrey the Camel on your New Tab page. And a bunch of other animals.
Tamanho do Arquivo 14.8 MB
Contagem de Instalações 18
Versão Atual 2.4.0
Última Atualização 2017-03-08
Data de Publicação 2017-03-07
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Jeffrey the Camel
Tipo de Pagamento free
Site da Extensão http://camelnewtab.weebly.com
URL da Página de Ajuda http://camelnewtab.weebly.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Camel New Tab",
    "description": "See Jeffrey the Camel on your New Tab page. And a bunch of other animals.",
    "version": "2.4.0",
    "author": "Jeffrey the Camel",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "Style\/Assets\/Icon_Camel.png"
    },
    "background": {
        "scripts": [
            "JavaScript\/firstRun.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_popup": "menu.html"
    }
}