Camel New Tab
See Jeffrey the Camel on your New Tab page. And a bunch of other animals.
Camel New Tab là gì?
Camel New Tab là một tiện ích mở rộng Chrome được phát triển bởi Jeffrey the Camel, và tính năng chính của nó là "See Jeffrey the Camel on your New Tab page. And a bunch of other animals.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Camel New Tab
Tải xuống các tệp mở rộng Camel New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!!!!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hbomebggkjmaacfdjlleanbokcjlmiaf |
URL Chính Thức | https://chromewebstore.google.com/detail/camel-new-tab/hbomebggkjmaacfdjlleanbokcjlmiaf |
Mô tả | See Jeffrey the Camel on your New Tab page. And a bunch of other animals. |
Kích Thước Tệp | 14.8 MB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 2.4.0 |
Cập Nhật Lần Cuối | 2017-03-08 |
Ngày Phát Hành | 2017-03-07 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Jeffrey the Camel |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://camelnewtab.weebly.com |
URL Trang Trợ Giúp | http://camelnewtab.weebly.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |