Camel New Tab
See Jeffrey the Camel on your New Tab page. And a bunch of other animals.
Was ist Camel New Tab?
Camel New Tab ist eine Chrome-Erweiterung, die von Jeffrey the Camel entwickelt wurde, und ihr Hauptmerkmal ist "See Jeffrey the Camel on your New Tab page. And a bunch of other animals.".
Erweiterungsscreenshots
Camel New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Camel New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!!!!
Grundlegende Informationen zur Erweiterung
Name | |
ID | hbomebggkjmaacfdjlleanbokcjlmiaf |
Offizielle URL | https://chromewebstore.google.com/detail/camel-new-tab/hbomebggkjmaacfdjlleanbokcjlmiaf |
Beschreibung | See Jeffrey the Camel on your New Tab page. And a bunch of other animals. |
Dateigröße | 14.8 MB |
Installationsanzahl | 18 |
Aktuelle Version | 2.4.0 |
Letztes Update | 2017-03-08 |
Veröffentlichungsdatum | 2017-03-07 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | Jeffrey the Camel |
Zahlungsart | free |
Erweiterungswebsite | http://camelnewtab.weebly.com |
Hilfeseite URL | http://camelnewtab.weebly.com |
Unterstützte Sprachen | 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" } } |