Camel New Tab
See Jeffrey the Camel on your New Tab page. And a bunch of other animals.
Qu'est-ce que Camel New Tab ?
Camel New Tab est une extension Chrome développée par Jeffrey the Camel, et sa fonction principale est "See Jeffrey the Camel on your New Tab page. And a bunch of other animals.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Camel New Tab
Téléchargez les fichiers d'extension Camel New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!!!!
Informations de Base sur l'Extension
Nom | |
ID | hbomebggkjmaacfdjlleanbokcjlmiaf |
URL Officiel | https://chromewebstore.google.com/detail/camel-new-tab/hbomebggkjmaacfdjlleanbokcjlmiaf |
Description | See Jeffrey the Camel on your New Tab page. And a bunch of other animals. |
Taille du Fichier | 14.8 MB |
Nombre d'Installations | 18 |
Version Actuelle | 2.4.0 |
Dernière Mise à Jour | 2017-03-08 |
Date de Publication | 2017-03-07 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Jeffrey the Camel |
Type de Paiement | free |
Site Web de l'Extension | http://camelnewtab.weebly.com |
URL de la Page d'Aide | http://camelnewtab.weebly.com |
Langues Prises en Charge | 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" } } |