Mirage New Tab
Great new tab page with visual bookmarks, folders and apps.
Mirage New Tab란 무엇입니까?
Mirage New Tab은(는) miragetab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Great new tab page with visual bookmarks, folders and apps."입니다.
확장 프로그램 스크린샷
Mirage New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will change your default new tab. Features Mirage New Tab: - Customizable blocks of visual bookmarks, resizing, margin and uploading your own pictures. - Auto background change from unsplash collections. - Search with the ability to change the search engine, autofocus, suggestions and history. - Ability to add your own apps. - Export and import of all user data. - Notepad, dark theme and more.
확장 프로그램 기본 정보
이름 | Mirage New Tab |
ID | nolmkkindjjpkgkpkhpghncjkioalpdg |
공식 URL | https://chromewebstore.google.com/detail/mirage-new-tab/nolmkkindjjpkgkpkhpghncjkioalpdg |
설명 | Great new tab page with visual bookmarks, folders and apps. |
파일 크기 | 485 KB |
설치 횟수 | 579 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-07-30 |
출시 날짜 | 2021-07-30 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | miragetab |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://gtab.store/pp |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mirage New Tab", "description": "Great new tab page with visual bookmarks, folders and apps.", "version": "1.0.0", "icons": { "256": "icons\/256.png", "128": "icons\/128.png", "64": "icons\/64.png" }, "background": { "service_worker": "sw.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage", "unlimitedStorage", "topSites", "downloads" ], "host_permissions": [ "*:\/\/google.com\/complete\/search\/*" ] } |