Camel New Tab
See Jeffrey the Camel on your New Tab page. And a bunch of other animals.
Apa itu Camel New Tab?
Camel New Tab adalah ekstensi Chrome yang dikembangkan oleh Jeffrey the Camel, dan fitur utamanya adalah "See Jeffrey the Camel on your New Tab page. And a bunch of other animals.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Camel New Tab
Unduh file ekstensi Camel New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!!!!
Informasi Dasar Ekstensi
Nama | |
ID | hbomebggkjmaacfdjlleanbokcjlmiaf |
URL Resmi | https://chromewebstore.google.com/detail/camel-new-tab/hbomebggkjmaacfdjlleanbokcjlmiaf |
Deskripsi | See Jeffrey the Camel on your New Tab page. And a bunch of other animals. |
Ukuran File | 14.8 MB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 2.4.0 |
Terakhir Diperbarui | 2017-03-08 |
Tanggal Publikasi | 2017-03-07 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | Jeffrey the Camel |
Tipe Pembayaran | free |
Situs Ekstensi | http://camelnewtab.weebly.com |
URL Halaman Bantuan | http://camelnewtab.weebly.com |
Bahasa yang Didukung | 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" } } |