Perfect New Tab

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

Was ist Perfect New Tab?

Perfect New Tab ist eine Chrome-Erweiterung, die von Ankit Gaurav entwickelt wurde, und ihr Hauptmerkmal ist "This extension replaces the new tab page with a more feature-rich and lightweight page.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Perfect New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Perfect New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Perfect New Tab Perfect New Tab
ID ljiklnmddpaoonnaoocaolnmpfcohjkn
Offizielle URL https://chrome.google.com/webstore/detail/perfect-new-tab/ljiklnmddpaoonnaoocaolnmpfcohjkn
Beschreibung This extension replaces the new tab page with a more feature-rich and lightweight page.
Dateigröße 138 KB
Installationsanzahl 48
Aktuelle Version 6.0.1
Letztes Update 2020-10-15
Veröffentlichungsdatum 2019-03-05
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Ankit Gaurav
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/theankitgaurav/perfect-new-tab
Hilfeseite URL https://github.com/theankitgaurav/perfect-new-tab/issues
Unterstützte Sprachen 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\/"
    ]
}