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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Change the redirect page to something a little more personal"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fast New Tab Redirect Reborn

ดาวน์โหลดไฟล์ส่วนขยาย Fast New Tab Redirect Reborn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}