New Tab Redux

A custom New Tab page, providing a quick, customizable layout of links and menus, as well as simple bookmark and history components.

New Tab Reduxคืออะไร?

New Tab Redux เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kallum Burgin และคุณลักษณะหลักของมันคือ "A custom New Tab page, providing a quick, customizable layout of links and menus, as well as simple bookmark and history components."

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

screenshot
screenshot

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

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

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

                        A customisable New Tab page, providing a user-configured layout of links and menus. Additionally, widgets allow you to quickly take notes or start a stopwatch all from just opening a new tab. Access to bookmarks, history, and notifications is also available. Given permission, baskets and notifications from external websites can be shown.

The style of the page can be thoroughly customised including background images and icons for each link. Backgrounds can be dynamically pulled and change every few hours, giving you a fresh landscape or city to look at. Alternatively, you can see featured images from Google Earth or NASA in the background.

Once you have a configuration, it can be exported to share with colleagues for them to import and use. This also allows you to backup your configuration.

Based upon the work of Terrance on Homely, this extension takes the existing open source extension and extends it further. This extension is not affiliated with Homely, it only builds upon the existing open source foundation.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ New Tab Redux New Tab Redux
ID gfdohlojonkomcjiiibnfadnafoeenmf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-tab-redux/gfdohlojonkomcjiiibnfadnafoeenmf
คำอธิบาย A custom New Tab page, providing a quick, customizable layout of links and menus, as well as simple bookmark and history components.
ขนาดไฟล์ 2.21 MB
จำนวนการติดตั้ง 106
เวอร์ชันปัจจุบัน 1.15.1
อัปเดตครั้งล่าสุด 2024-02-01
วันที่เผยแพร่ 2021-07-03
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Kallum Burgin
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Kallb123/NewTabRedux
URL หน้าช่วยเหลือ https://github.com/Kallb123/NewTabRedux
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Redux",
    "short_name": "New Tab Redux",
    "description": "A custom New Tab page, providing a quick, customizable layout of links and menus, as well as simple bookmark and history components.",
    "version": "1.15.1",
    "author": "Kallb123",
    "homepage_url": "https:\/\/github.com\/Kallb123\/NewTabRedux",
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "res\/html\/newtabredux.html"
    },
    "omnibox": {
        "keyword": "hl"
    },
    "background": {
        "scripts": [
            "res\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "fontSettings",
        "storage"
    ],
    "optional_permissions": [
        "bookmarks",
        "history",
        "management",
        "https:\/\/www.amazon.co.uk\/",
        "https:\/\/www.amazon.com\/",
        "https:\/\/cart.payments.ebay.co.uk\/",
        "https:\/\/www.facebook.com\/",
        "https:\/\/m.facebook.com\/",
        "https:\/\/github.com\/",
        "https:\/\/accounts.google.com\/",
        "https:\/\/mail.google.com\/",
        "https:\/\/www.linkedin.com\/",
        "https:\/\/login.live.com\/",
        "https:\/\/*.mail.live.com\/",
        "https:\/\/www.reddit.com\/",
        "https:\/\/steamcommunity.com\/",
        "https:\/\/store.steampowered.com\/",
        "https:\/\/ticktick.com\/",
        "https:\/\/trello.com\/",
        "https:\/\/twitter.com\/",
        "https:\/\/api.openweathermap.org\/",
        "https:\/\/www.whatismyproxy.com\/",
        "*:\/\/*\/"
    ],
    "icons": {
        "16": "res\/img\/icon-16.png",
        "48": "res\/img\/logo-48.png",
        "128": "res\/img\/logo-128.png"
    },
    "manifest_version": 2
}