IQ Tab - Custom New Tab
Customize your Google Chrome new tab page background
IQ Tab - Custom New Tabคืออะไร?
IQ Tab - Custom New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arclitvinov และคุณลักษณะหลักของมันคือ "Customize your Google Chrome new tab page background"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IQ Tab - Custom New Tab
ดาวน์โหลดไฟล์ส่วนขยาย IQ Tab - Custom New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Your personal New Tab. Custom folders, custom bookmarks for work and for web surfing! Easy switch between folders with different sets of your important bookmarks, so you can create new folder for your new opportunity, for example if you plan some jorney or travel you can create a folder and put in it many bookmarks associated with this jorney. Also you can use it like regular new tab with few most often used web links. By clicking "Add to chrome" you accept and agree to installing "IQ Tab - Custom New Tab" extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your search engine to be powered by Bing. About us: https://xirio.net/ Terms of use: https://xirio.net/terms/ Privacy policy: https://xirio.net/privacy/ EULA: https://xirio.net/eula/ Contact us: https://xirio.net/contact/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | IQ Tab - Custom New Tab |
ID | hafdgamhnmiioimpcdhhbhgcjndgmphd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/iq-tab-custom-new-tab/hafdgamhnmiioimpcdhhbhgcjndgmphd |
คำอธิบาย | Customize your Google Chrome new tab page background |
ขนาดไฟล์ | 18.04 MB |
จำนวนการติดตั้ง | 35,205 |
เวอร์ชันปัจจุบัน | 4.4.0 |
อัปเดตครั้งล่าสุด | 2023-03-23 |
วันที่เผยแพร่ | 2020-04-28 |
คะแนน | 4.00/5 รวมทั้งหมด 399 คะแนน |
ผู้พัฒนา | arclitvinov |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,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,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_app_description__", "version": "4.4.0", "manifest_version": 3, "name": "__MSG_app_name__", "default_locale": "en", "background": { "service_worker": "background.bundle.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "128": "icon-128.png" }, "permissions": [ "bookmarks", "storage", "unlimitedStorage" ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ] } |