My Space Tab
An excellent new tab extension for your Chrome browser with a Space theme.
My Space Tabคืออะไร?
My Space Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bony Innovation Ltd. และคุณลักษณะหลักของมันคือ "An excellent new tab extension for your Chrome browser with a Space theme."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Space Tab
ดาวน์โหลดไฟล์ส่วนขยาย My Space Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
“My Space” transforms your new tab into a breathtaking space-themed experience, featuring stunning background images of galaxies, nebulas, and other celestial objects that change every time you open a new tab. If you're a space enthusiast or just looking to add some cosmic flair to your browsing experience, download "My Space" today! In addition to the beautiful visuals, "My Space" also includes an enhanced search bar that allows you to quickly and easily search the web with just a few keystrokes. By clicking "add to Chrome", I accept and agree to install the "My Space" Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use- https://www.myspacetab.com/tos and Privacy Policy-https://www.myspacetab.com/privacy If you have any questions or feedback about the "My Space" extension, please contact us at: [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | My Space Tab |
ID | hpbcepobmhifanbjpghbcmjpiffeckfh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/my-space-tab/hpbcepobmhifanbjpghbcmjpiffeckfh |
คำอธิบาย | An excellent new tab extension for your Chrome browser with a Space theme. |
ขนาดไฟล์ | 3.45 MB |
จำนวนการติดตั้ง | 1,202 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2023-07-28 |
วันที่เผยแพร่ | 2023-04-15 |
ผู้พัฒนา | Bony Innovation Ltd. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.myspacetab.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "My Space Tab", "version": "1.0.4", "description": "An excellent new tab extension for your Chrome browser with a Space theme.", "icons": { "16": "assets\/icons\/16px.png", "96": "assets\/icons\/96px.png", "128": "assets\/icons\/128px.png" }, "author": "Bony Innovation Ltd", "homepage_url": "https:\/\/www.myspacetab.com\/", "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/*.myspacetab.com\/*" ], "chrome_url_overrides": { "newtab": "new-tab.html" }, "background": { "service_worker": "mainClass.js", "type": "module" } } |