Camel New Tab
See Jeffrey the Camel on your New Tab page. And a bunch of other animals.
Co to jest Camel New Tab?
Camel New Tab to rozszerzenie Chrome opracowane przez Jeffrey the Camel, a jego główną funkcją jest „See Jeffrey the Camel on your New Tab page. And a bunch of other animals.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Camel New Tab
Pobierz pliki rozszerzeń Camel New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!!!!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hbomebggkjmaacfdjlleanbokcjlmiaf |
Oficjalny URL | https://chromewebstore.google.com/detail/camel-new-tab/hbomebggkjmaacfdjlleanbokcjlmiaf |
Opis | See Jeffrey the Camel on your New Tab page. And a bunch of other animals. |
Rozmiar pliku | 14.8 MB |
Liczba instalacji | 18 |
Aktualna Wersja | 2.4.0 |
Ostatnia Aktualizacja | 2017-03-08 |
Data Publikacji | 2017-03-07 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Jeffrey the Camel |
Typ Płatności | free |
Strona Rozszerzenia | http://camelnewtab.weebly.com |
Adres URL Strony Pomocy | http://camelnewtab.weebly.com |
Obsługiwane Języki | 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" } } |