Mirage New Tab
Great new tab page with visual bookmarks, folders and apps.
Vad är Mirage New Tab?
Mirage New Tab är en Chrome-tillägg utvecklad av miragetab, och dess huvudfunktion är "Great new tab page with visual bookmarks, folders and apps.".
Tilläggsskärmbilder
Ladda ner Mirage New Tab-förlängningens CRX-fil
Ladda ner Mirage New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | nolmkkindjjpkgkpkhpghncjkioalpdg |
| Officiell webbadress | https://chromewebstore.google.com/detail/mirage-new-tab/nolmkkindjjpkgkpkhpghncjkioalpdg |
| Beskrivning | Great new tab page with visual bookmarks, folders and apps. |
| Filstorlek | 485 KB |
| Antal Installationer | 579 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2021-07-30 |
| Publiceringsdatum | 2021-07-30 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | miragetab |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://gtab.store/pp |
| Stödda Språk | 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\/*"
]
} | |