Camel New Tab

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

什么是Camel New Tab?

Camel New Tab是由Jeffrey the Camel开发的Chrome扩展程序,该扩展的主要功能是“See Jeffrey the Camel on your New Tab page. And a bunch of other animals.”。

扩展截图

screenshot

下载Camel New Tab扩展crx文件

下载Camel New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Camel New Tab Camel New Tab
ID hbomebggkjmaacfdjlleanbokcjlmiaf
官方URL https://chromewebstore.google.com/detail/camel-new-tab/hbomebggkjmaacfdjlleanbokcjlmiaf
简介 See Jeffrey the Camel on your New Tab page. And a bunch of other animals.
文件大小 14.8 MB
安装次数 18
当前版本 2.4.0
更新时间 2017-03-08
上架时间 2017-03-07
评分 5.00/5 共4次评分
开发者 Jeffrey the Camel
付费类型 free
扩展官网 http://camelnewtab.weebly.com
帮助页面URL http://camelnewtab.weebly.com
支持的语言 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"
    }
}