Perfect New Tab

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

Perfect New Tab क्या है?

Perfect New Tab Ankit Gaurav द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension replaces the new tab page with a more feature-rich and lightweight page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Perfect New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Perfect New Tab Perfect New Tab
ID ljiklnmddpaoonnaoocaolnmpfcohjkn
आधिकारिक URL https://chrome.google.com/webstore/detail/perfect-new-tab/ljiklnmddpaoonnaoocaolnmpfcohjkn
विवरण This extension replaces the new tab page with a more feature-rich and lightweight page.
फ़ाइल का आकार 138 KB
स्थापना संख्या 48
वर्तमान संस्करण 6.0.1
अंतिम अपडेट 2020-10-15
प्रकाशन तिथि 2019-03-05
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Ankit Gaurav
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/theankitgaurav/perfect-new-tab
सहायता पृष्ठ URL https://github.com/theankitgaurav/perfect-new-tab/issues
समर्थित भाषाएँ 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\/"
    ]
}