Camel New Tab
See Jeffrey the Camel on your New Tab page. And a bunch of other animals.
Vad är Camel New Tab?
Camel New Tab är en Chrome-tillägg utvecklad av Jeffrey the Camel, och dess huvudfunktion är "See Jeffrey the Camel on your New Tab page. And a bunch of other animals.".
Tilläggsskärmbilder
Ladda ner Camel New Tab-förlängningens CRX-fil
Ladda ner Camel New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!!!! Grundläggande Information om Tillägg
| Namn | |
| ID | hbomebggkjmaacfdjlleanbokcjlmiaf |
| Officiell webbadress | https://chromewebstore.google.com/detail/camel-new-tab/hbomebggkjmaacfdjlleanbokcjlmiaf |
| Beskrivning | See Jeffrey the Camel on your New Tab page. And a bunch of other animals. |
| Filstorlek | 14.8 MB |
| Antal Installationer | 18 |
| Aktuell Version | 2.4.0 |
| Senast Uppdaterad | 2017-03-08 |
| Publiceringsdatum | 2017-03-07 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | Jeffrey the Camel |
| Betalningssätt | free |
| Tilläggswebbplats | http://camelnewtab.weebly.com |
| Hjälpsida URL | http://camelnewtab.weebly.com |
| Stödda Språk | 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"
}
} | |