Galaxy-Newtab
Use the Galaxy themed extension to search directly from a new tab.
Galaxy-Newtabคืออะไร?
Galaxy-Newtab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย admin และคุณลักษณะหลักของมันคือ "Use the Galaxy themed extension to search directly from a new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Galaxy-Newtab
ดาวน์โหลดไฟล์ส่วนขยาย Galaxy-Newtab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Galaxy-Newtab is a browser extension that provides users with a feature to search directly from new tab. With a simple design it gives an ability to change the background so you won’t be bored. Also it allows users to get information quickly and easily access to their most visited sites. For more information please visit: https://galaxy-newtab.com/ Enjoy and please don't forget to leave us a 5 start review! By clicking "Add to Chrome", I accept and agree to install the Galaxy-Newtab extension and set Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use at https://galaxy-newtab.com/pages/terms_of_service and Policy at https://galaxy-newtab.com/pages/policy.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Galaxy-Newtab |
ID | gifncngdjogmfbdjhcnnfnldgffphnph |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/galaxy-newtab/gifncngdjogmfbdjhcnnfnldgffphnph |
คำอธิบาย | Use the Galaxy themed extension to search directly from a new tab. |
ขนาดไฟล์ | 1.9 MB |
จำนวนการติดตั้ง | 778 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2023-07-09 |
วันที่เผยแพร่ | 2023-05-10 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | admin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://galaxy-newtab.com/ |
URL หน้าช่วยเหลือ | https://galaxy-newtab.com/pages/index#contact |
URL หน้านโยบายความเป็นส่วนตัว | https://shareswishes.com/policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Galaxy-Newtab", "short_name": "Galaxy-Newtab", "version": "1.0.3", "description": "Use the Galaxy themed extension to search directly from a new tab.", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "action": { "browser_style": false, "default_icon": "icons\/128.png", "default_title": "Galaxy-Newtab" }, "background": { "service_worker": "background.js" }, "permissions": [ "topSites" ] } |