Camel New Tab

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

¿Qué es Camel New Tab?

Camel New Tab es una extensión de Chrome desarrollada por Jeffrey the Camel, y su función principal es "See Jeffrey the Camel on your New Tab page. And a bunch of other animals.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Camel New Tab

Descarga archivos de extensión Camel New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!!!!                    

Información Básica de la Extensión

Nombre Camel New Tab Camel New Tab
ID hbomebggkjmaacfdjlleanbokcjlmiaf
URL Oficial https://chromewebstore.google.com/detail/camel-new-tab/hbomebggkjmaacfdjlleanbokcjlmiaf
Descripción See Jeffrey the Camel on your New Tab page. And a bunch of other animals.
Tamaño del Archivo 14.8 MB
Cantidad de Instalaciones 18
Versión Actual 2.4.0
Última Actualización 2017-03-08
Fecha de Publicación 2017-03-07
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Jeffrey the Camel
Tipo de Pago free
Sitio Web de la Extensión http://camelnewtab.weebly.com
URL de la Página de Ayuda http://camelnewtab.weebly.com
Idiomas Soportados 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"
    }
}