Camel New Tab
See Jeffrey the Camel on your New Tab page. And a bunch of other animals.
Camel New Tabคืออะไร?
Camel New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeffrey the Camel และคุณลักษณะหลักของมันคือ "See Jeffrey the Camel on your New Tab page. And a bunch of other animals."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Camel New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Camel New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!!!!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hbomebggkjmaacfdjlleanbokcjlmiaf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/camel-new-tab/hbomebggkjmaacfdjlleanbokcjlmiaf |
คำอธิบาย | See Jeffrey the Camel on your New Tab page. And a bunch of other animals. |
ขนาดไฟล์ | 14.8 MB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 2.4.0 |
อัปเดตครั้งล่าสุด | 2017-03-08 |
วันที่เผยแพร่ | 2017-03-07 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Jeffrey the Camel |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://camelnewtab.weebly.com |
URL หน้าช่วยเหลือ | http://camelnewtab.weebly.com |
ภาษาที่รองรับ | 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" } } |