Custom Tab For Chrome
Apply a large collection of Free HD wallpapers in your Chrome and also change the default layout of chrome with Custom Tab Theme.
Custom Tab For Chromeคืออะไร?
Custom Tab For Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://onlynewtab.com และคุณลักษณะหลักของมันคือ "Apply a large collection of Free HD wallpapers in your Chrome and also change the default layout of chrome with Custom Tab Theme."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom Tab For Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Custom Tab For Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Install a very amazing chrome extension where you have to just add whatever you want. All the wallpaper are unique, Good quality and open in every tab. Customize all things properly with the option in it. There is a collection of layouts in which you have to just select one i.e Your Favorite. you can also record your activity by using the to do list. and when if you feel bored you have to just open the game tab in which you see all the lists of the game You have to just click one game that is your favorite And boom your game will start soon In same tab. All the social, ecommerce and travelling site are available the the Menu tab. and you can also use translator for the better communication. Features- 1. Every time Change Wallpaper when you click on New Tab. 2. Different - Different layouts. 3. Web Games. 4. Social Menu 5. Google translate 6. Tasks & To-Do list 7. Chrome Tools 8. Weather 9. Time & date 10. Motivation Quotes 11. Search Bar 12. Bookmarks, Etc. Note:- Some URL are affiliated URL, and user will not have any problem with this. Thanks :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Custom Tab For Chrome |
ID | ogiicndknmineciifimlnpmoeknfegdm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/custom-tab-for-chrome/ogiicndknmineciifimlnpmoeknfegdm |
คำอธิบาย | Apply a large collection of Free HD wallpapers in your Chrome and also change the default layout of chrome with Custom Tab Theme. |
ขนาดไฟล์ | 9.36 MB |
จำนวนการติดตั้ง | 1,613 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2023-05-25 |
วันที่เผยแพร่ | 2023-02-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://onlynewtab.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://onlynewtab.com/ |
ภาษาที่รองรับ | id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.5", "name": "Custom Tab For Chrome", "description": "Apply a large collection of Free HD wallpapers in your Chrome and also change the default layout of chrome with Custom Tab Theme.", "default_locale": "en", "action": { "default_icon": "ext-icon\/128.png" }, "background": { "service_worker": "scripts\/service-worker.js" }, "chrome_url_overrides": { "newtab": "main\/main.html" }, "content_scripts": [ { "matches": [ "https:\/\/onlynewtab.com\/*", "https:\/\/panel.onlynewtab.com\/*" ], "js": [ "scripts\/settings.js", "scripts\/content-script.js" ] } ], "icons": { "128": "ext-icon\/128.png", "48": "ext-icon\/48.png", "32": "ext-icon\/32.png", "16": "ext-icon\/16.png" }, "offline_enabled": true, "permissions": [ "storage", "geolocation", "topSites", "bookmarks", "unlimitedStorage", "alarms", "gcm", "notifications" ], "host_permissions": [ "https:\/\/translate.google.com\/" ] } |