Minimalite

New Tab page replacement

Vad är Minimalite?

Minimalite är en Chrome-tillägg utvecklad av SK, och dess huvudfunktion är "New Tab page replacement".

Tilläggsskärmbilder

screenshot

Ladda ner Minimalite-förlängningens CRX-fil

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

                        Minimalite replaces your New Tab page with a beautiful background that changes daily.

You'll have access to a customizable set of Quick Links (common bookmarks/pages you visit), a tiny weather widget, and a notes widget. Your notes will sync across your computers when using Chrome Sync.

This add-on is based off of Momentum.

New features will be added soon, including to-do support, a library of wallpapers, and more.                    

Grundläggande Information om Tillägg

Namn Minimalite Minimalite
ID lgjjmgfdfmcmbeohbgfmncjlhakmafeg
Officiell webbadress https://chromewebstore.google.com/detail/minimalite/lgjjmgfdfmcmbeohbgfmncjlhakmafeg
Beskrivning New Tab page replacement
Filstorlek 595 KB
Antal Installationer 206
Aktuell Version 0.1.7
Senast Uppdaterad 2023-01-01
Publiceringsdatum 2019-09-29
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare SK
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/skoshy/Minimalite
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimalite",
    "description": "New Tab page replacement",
    "version": "0.1.7",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [
        "storage",
        "topSites"
    ]
}