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
官方網址 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"
    }
}