Mirage New Tab
Great new tab page with visual bookmarks, folders and apps.
Qu'est-ce que Mirage New Tab ?
Mirage New Tab est une extension Chrome développée par miragetab, et sa fonction principale est "Great new tab page with visual bookmarks, folders and apps.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mirage New Tab
Téléchargez les fichiers d'extension Mirage New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Mirage New Tab |
ID | nolmkkindjjpkgkpkhpghncjkioalpdg |
URL Officiel | https://chromewebstore.google.com/detail/mirage-new-tab/nolmkkindjjpkgkpkhpghncjkioalpdg |
Description | Great new tab page with visual bookmarks, folders and apps. |
Taille du Fichier | 485 KB |
Nombre d'Installations | 579 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-07-30 |
Date de Publication | 2021-07-30 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | miragetab |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://gtab.store/pp |
Langues Prises en Charge | 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\/*" ] } |