Camel New Tab
See Jeffrey the Camel on your New Tab page. And a bunch of other animals.
Что такое Camel New Tab?
Camel New Tab - это расширение Chrome, разработанное Jeffrey the Camel, и его основная функция - "See Jeffrey the Camel on your New Tab page. And a bunch of other animals.".
Снимки экрана расширения
Скачать файл CRX расширения Camel New Tab
Скачайте файлы расширений 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!!!!
Основная информация о расширении
Название | |
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" } } |