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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } |