Camel New Tab

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

What is Camel New Tab?

Camel New Tab is a Chrome extension developed by Jeffrey the Camel, and its main feature is "See Jeffrey the Camel on your New Tab page. And a bunch of other animals.".

Extension Screenshots

screenshot

Download Camel New Tab Extension CRX File

Download Camel New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Camel New Tab Camel New Tab
ID hbomebggkjmaacfdjlleanbokcjlmiaf
Official URL https://chromewebstore.google.com/detail/camel-new-tab/hbomebggkjmaacfdjlleanbokcjlmiaf
Description See Jeffrey the Camel on your New Tab page. And a bunch of other animals.
File Size 14.8 MB
Installation Count 18
Current Version 2.4.0
Last Updated 2017-03-08
Publish Date 2017-03-07
Rating 5.00/5 Total 4 Ratings
Developer Jeffrey the Camel
Payment Type free
Extension Website http://camelnewtab.weebly.com
Help Page URL http://camelnewtab.weebly.com
Supported Languages 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"
    }
}