My Space Tab
An excellent new tab extension for your Chrome browser with a Space theme.
My Space Tab란 무엇입니까?
My Space Tab은(는) Bony Innovation Ltd.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An excellent new tab extension for your Chrome browser with a Space theme."입니다.
확장 프로그램 스크린샷
My Space Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
“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" } } |