Mirage New Tab
Great new tab page with visual bookmarks, folders and apps.
Was ist Mirage New Tab?
Mirage New Tab ist eine Chrome-Erweiterung, die von miragetab entwickelt wurde, und ihr Hauptmerkmal ist "Great new tab page with visual bookmarks, folders and apps.".
Erweiterungsscreenshots
Mirage New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mirage New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nolmkkindjjpkgkpkhpghncjkioalpdg |
| Offizielle URL | https://chromewebstore.google.com/detail/mirage-new-tab/nolmkkindjjpkgkpkhpghncjkioalpdg |
| Beschreibung | Great new tab page with visual bookmarks, folders and apps. |
| Dateigröße | 485 KB |
| Installationsanzahl | 579 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2021-07-30 |
| Veröffentlichungsdatum | 2021-07-30 |
| Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
| Entwickler | miragetab |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://gtab.store/pp |
| Unterstützte Sprachen | 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\/*"
]
} | |