Webb Telescope - New Tab
Webb Telescope New Tab Extension Will Display Amazing Images Of the Webb Telescope In Your New Tab.
Webb Telescope - New Tabคืออะไร?
Webb Telescope - New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Searchbloc LLC และคุณลักษณะหลักของมันคือ "Webb Telescope New Tab Extension Will Display Amazing Images Of the Webb Telescope In Your New Tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webb Telescope - New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Webb Telescope - New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Fills your new tabs with amazing images from the Webb Telescope in your new tab background, you can select from a wide range of backgrounds for you to enjoy every time you open a new tab. To change the background image click the Change Background Icon in the top right on new tab. By Clicking "add to Chrome", I accept and agree to installing Webb Telescope - New Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the services in terms of use and privacy policy https://webbtelescopenewtab.com/privacy.html https://webbtelescopenewtab.com/terms.html
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lbhjhoplmadmeahiggmldibohffdccig |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/webb-telescope-new-tab/lbhjhoplmadmeahiggmldibohffdccig |
คำอธิบาย | Webb Telescope New Tab Extension Will Display Amazing Images Of the Webb Telescope In Your New Tab. |
ขนาดไฟล์ | 261 KB |
จำนวนการติดตั้ง | 575 |
เวอร์ชันปัจจุบัน | 0.0.41 |
อัปเดตครั้งล่าสุด | 2023-09-04 |
วันที่เผยแพร่ | 2023-04-03 |
ผู้พัฒนา | Searchbloc LLC |
อีเมล | [email protected] |
URL หน้านโยบายความเป็นส่วนตัว | https://webbtelescopenewtab.com/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Webb Telescope - New Tab", "action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png" } }, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "background": { "service_worker": "background.bundle.js" }, "icons": { "48": "icon-128.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "host_permissions": [ "*:\/\/webbtelescopenewtab.com\/*" ], "manifest_version": 3, "description": "Webb Telescope New Tab Extension Will Display Amazing Images Of the Webb Telescope In Your New Tab.", "version": "0.0.41" } |