Camel New Tab
See Jeffrey the Camel on your New Tab page. And a bunch of other animals.
Co je Camel New Tab?
Camel New Tab je rozšíření Chrome vyvinuté Jeffrey the Camel, a jeho hlavní funkcí je „See Jeffrey the Camel on your New Tab page. And a bunch of other animals.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Camel New Tab
Stáhněte si soubory rozšíření Camel New Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!!!!
Základní Informace o Rozšíření
Název | |
ID | hbomebggkjmaacfdjlleanbokcjlmiaf |
Oficiální URL | https://chromewebstore.google.com/detail/camel-new-tab/hbomebggkjmaacfdjlleanbokcjlmiaf |
Popis | See Jeffrey the Camel on your New Tab page. And a bunch of other animals. |
Velikost souboru | 14.8 MB |
Počet instalací | 18 |
Aktuální Verze | 2.4.0 |
Poslední Aktualizace | 2017-03-08 |
Datum Vydání | 2017-03-07 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | Jeffrey the Camel |
Typ Platby | free |
Webové stránky Rozšíření | http://camelnewtab.weebly.com |
URL Stránky Nápovědy | http://camelnewtab.weebly.com |
Podporované Jazyky | 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" } } |