NelliTab - New Tab Page

Shows your bookmarks and history nicely with icons from sites you visit without external services and without privacy concerns.

NelliTab - New Tab Page là gì?

NelliTab - New Tab Page là một tiện ích mở rộng Chrome được phát triển bởi https://nellitab.io, và tính năng chính của nó là "Shows your bookmarks and history nicely with icons from sites you visit without external services and without privacy concerns.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NelliTab - New Tab Page

Tải xuống các tệp mở rộng NelliTab - New Tab Page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        NelliTab - New tab page for your bookmarks, top sites, history and downloads.

Tired of using slow new tab pages based on external services? NelliTab is not a self configured "Speed Dial", this extension just shows your bookmarks, top sites, history and downloads by showing cached icons offered by sites you visit, nice, customizable, fast and with no privacy concerns.

★ Shows web apps, bookmarks, top sites, history and downloads
★ Uses icons offered by sites you visit and not by using any external services
★ Caches icons in local storage for fast loading of new tab page and offline use
★ Managing bookmarks with drag'n drop support and deleting of history entries
★ Grouping history items by domain or hostname in folders
★ Upload your own icons and wallpaper
★ Light, dark and custom themes by defining own colors
★ Lot of other customizations such as icon size, border radius etc.
★ Experimental support for backdrop filters
★ Does not collect or transmit any personally identifiable information about you
★ Fully supported languages are English and German
★ Contains other languages provided by the community but they are uncompleted and unsupported                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NelliTab - New Tab Page NelliTab - New Tab Page
ID gaoijlmokigkaaocblpcmlifgipojeip
URL Chính Thức https://chromewebstore.google.com/detail/nellitab-new-tab-page/gaoijlmokigkaaocblpcmlifgipojeip
Mô tả Shows your bookmarks and history nicely with icons from sites you visit without external services and without privacy concerns.
Kích Thước Tệp 1.96 MB
Số Lần Cài Đặt 2,049
Phiên Bản Hiện Tại 2024.1 beta (986)
Cập Nhật Lần Cuối 2024-02-12
Ngày Phát Hành 2020-06-26
Đánh Giá 4.56/5 Tổng số 36 Đánh Giá
Nhà Phát Triển https://nellitab.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nellitab.io
URL Trang Chính Sách Bảo Mật https://nellitab.io
Ngôn Ngữ Được Hỗ Trợ de,en,fr,ru,uk,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "assets\/img\/logo\/dark.png"
        }
    },
    "author": "Thomas Werner",
    "background": {
        "service_worker": "assets\/js\/background.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "assets\/js\/vendor\/jquery.js",
                "assets\/js\/inject.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "homepage_url": "https:\/\/nellitab.io",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "assets\/img\/logo\/default.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "105.0",
    "name": "__MSG_extName__",
    "offline_enabled": true,
    "optional_permissions": [
        "management",
        "topSites",
        "history",
        "downloads",
        "downloads.open"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "short_name": "__MSG_extShortName__",
    "version": "2024.1.986",
    "version_name": "2024.1 beta (986)",
    "web_accessible_resources": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/js\/init.js",
                "assets\/js\/storage.js"
            ]
        }
    ]
}