Min New Tab

A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.

Vad är Min New Tab?

Min New Tab är en Chrome-tillägg utvecklad av Stanley Lim, och dess huvudfunktion är "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Min New Tab-förlängningens CRX-fil

Ladda ner Min 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

                        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äggande Information om Tillägg

Namn Min New Tab Min New Tab
ID ceaabelmocjaianlmapkjobmmhgjhbho
Officiell webbadress https://chrome.google.com/webstore/detail/min-new-tab/ceaabelmocjaianlmapkjobmmhgjhbho
Beskrivning A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.
Filstorlek 51.95 KB
Antal Installationer 73
Aktuell Version 1.0.0
Senast Uppdaterad 2016-07-29
Publiceringsdatum 2016-07-29
Betyg 4.60/5 Totalt 5 Betyg
Utvecklare Stanley Lim
Betalningssätt free
Stödda Språk 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"
}