Perfect New Tab

This extension replaces the new tab page with a more feature-rich and lightweight page.

Hvad er Perfect New Tab?

Perfect New Tab er en Chrome-udvidelse udviklet af Ankit Gaurav, og dens hovedfunktion er "This extension replaces the new tab page with a more feature-rich and lightweight page.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Perfect New Tab-udvidelses-CRX-fil

Download Perfect 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

                        Rejuvenate your New Tab Page in Chrome 🔥

Features:
1. Lightweight (~ half the memory consumption compared to default new tab page)
3. Fast (New tab should load in a jiffy)
4. Quick access to recently bookmarked links (Don't worry where your last bookmark went)
4. Handy Todos widget
5. Most Frequently visited sites
6. Shortcuts for settings, downloads, history etc.
7. Change theme colors to your taste (Right-click on extension icon and go to Options)

This is a work-in-progress, and updates shall continue to come in intervals for improvements.

Changelog (Maintained from version 6.0.0 onwards):
Version: 6.0.1
+ Add customization shortcut
Version: 6.0.0
+ Add color customization for theming                    

Grundlæggende oplysninger om udvidelsen

Navn Perfect New Tab Perfect New Tab
ID ljiklnmddpaoonnaoocaolnmpfcohjkn
Officiel URL https://chrome.google.com/webstore/detail/perfect-new-tab/ljiklnmddpaoonnaoocaolnmpfcohjkn
Beskrivelse This extension replaces the new tab page with a more feature-rich and lightweight page.
Filstørrelse 138 KB
Antal Installationer 48
Nuværende Version 6.0.1
Senest Opdateret 2020-10-15
Udgivelsesdato 2019-03-05
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler Ankit Gaurav
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/theankitgaurav/perfect-new-tab
Hjælpeside-URL https://github.com/theankitgaurav/perfect-new-tab/issues
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Perfect New Tab",
    "description": "This extension replaces the new tab page with a more feature-rich and lightweight page.",
    "homepage_url": "https:\/\/github.com\/theankitgaurav\/perfect-new-tab",
    "version": "6.0.1",
    "options_page": "src\/options.html",
    "chrome_url_overrides": {
        "newtab": "src\/index.html"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "src\/js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "static\/icons\/icon.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "storage",
        "downloads",
        "history",
        "sessions",
        "topSites",
        "chrome:\/\/favicon\/"
    ]
}