Min New Tab
A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.
Hvad er Min New Tab?
Min New Tab er en Chrome-udvidelse udviklet af Stanley Lim, og dens hovedfunktion er "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.".
Udvidelsesskærmbilleder
Download Min New Tab-udvidelses-CRX-fil
Download Min New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Min is a beautiful lightweight alternative to the regular new tab page for Google Chrome that focuses on simplifying your browsing experience without removing essential features. Min will work on any computer with Chrome and all information will sync across devices. Min displays breathtaking photos that truly inspires along with a distraction free design and elegant fonts. Images are provided by Unspalsh. https://unsplash.com
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ceaabelmocjaianlmapkjobmmhgjhbho |
Officiel URL | https://chrome.google.com/webstore/detail/min-new-tab/ceaabelmocjaianlmapkjobmmhgjhbho |
Beskrivelse | A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more. |
Filstørrelse | 51.95 KB |
Antal Installationer | 73 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2016-07-29 |
Udgivelsesdato | 2016-07-29 |
Bedømmelse | 4.60/5 Samlet 5 Bedømmelser |
Udvikler | Stanley Lim |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "index.html" }, "description": "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "js": [ "js\/jquery.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "manifest_version": 2, "permissions": [ "storage", "topSites" ], "offline_enabled": true, "name": "Min New Tab", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |