Perfect New Tab

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

Wat is Perfect New Tab?

Perfect New Tab is een Chrome-extensie ontwikkeld door Ankit Gaurav, en de belangrijkste functie is "This extension replaces the new tab page with a more feature-rich and lightweight page.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Perfect New Tab

Download Perfect New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Perfect New Tab Perfect New Tab
ID ljiklnmddpaoonnaoocaolnmpfcohjkn
Officiële URL https://chrome.google.com/webstore/detail/perfect-new-tab/ljiklnmddpaoonnaoocaolnmpfcohjkn
Beschrijving This extension replaces the new tab page with a more feature-rich and lightweight page.
Bestandsgrootte 138 KB
Aantal Installaties 48
Huidige Versie 6.0.1
Laatst Bijgewerkt 2020-10-15
Publicatiedatum 2019-03-05
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Ankit Gaurav
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/theankitgaurav/perfect-new-tab
Help Pagina-URL https://github.com/theankitgaurav/perfect-new-tab/issues
Ondersteunde Talen 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\/"
    ]
}