Fast New Tab Redirect Reborn

Change the redirect page to something a little more personal

Fast New Tab Redirect Reborn क्या है?

Fast New Tab Redirect Reborn Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the redirect page to something a little more personal"।

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

screenshot

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

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

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

                        Change the redirect page to something a little more personal.

This extension enables to user to select custom URLs to replace their default Chrome new tab page.

Although the new tab page has gotten better of these years, some (myself included) require something a little personal. This extension allows user freedom in a lightweight and snappy package. 

Privacy Policy: Regarding the permissions required to automate the new URL redirect, this extension does not and will never record any user data. 
There is no hidden communication with any external sites. 

This project is open source and I would love your input to what should be changed. You can see the entire source code for this listing at the following link:

https://github.com/scottzach1/fast-new-tab-redirect-reborn                    

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

नाम Fast New Tab Redirect Reborn Fast New Tab Redirect Reborn
ID acgndeknalmchjdgfibacnacagfmgkfm
आधिकारिक URL https://chromewebstore.google.com/detail/fast-new-tab-redirect-reb/acgndeknalmchjdgfibacnacagfmgkfm
विवरण Change the redirect page to something a little more personal
फ़ाइल का आकार 89.45 KB
स्थापना संख्या 404
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-06-02
प्रकाशन तिथि 2020-05-31
रेटिंग 4.70/5 कुल 10 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/scottzach1/fast-new-tab-redirect-reborn
सहायता पृष्ठ URL https://github.com/scottzach1/fast-new-tab-redirect-reborn/issues
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fast New Tab Redirect Reborn",
    "description": "Change the redirect page to something a little more personal",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dummy.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}