Blazor Edge New Tab

A new tab page for Microsoft Edge (and all Chromium Browsers) made using Blazor Web Assembly

Blazor Edge New Tab là gì?

Blazor Edge New Tab là một tiện ích mở rộng Chrome được phát triển bởi dragnilar, và tính năng chính của nó là "A new tab page for Microsoft Edge (and all Chromium Browsers) made using Blazor Web Assembly".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Blazor Edge New Tab 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

                        A new tab page extension for Microsoft Edge / Chrome made using Blazor Web Assembly. Features Bing Wallpaper of the day and previous 5-6 day archive as well as the ability to have almost an unlimited number of quick links, which are based off of a bookmark folder that you can specify in the settings. Designed for portability (assuming you export or synchronize your bookmarks).

Updates (v 1.5):

- Updated extension to Dot Net 7, which improves performance / loading speed
- Updated Bootstrap to latest version
- Updated to manifest v3                    

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

Tên Blazor Edge New Tab Blazor Edge New Tab
ID bdcfngldhocoffghnlmhibpifmoakiec
URL Chính Thức https://chromewebstore.google.com/detail/blazor-edge-new-tab/bdcfngldhocoffghnlmhibpifmoakiec
Mô tả A new tab page for Microsoft Edge (and all Chromium Browsers) made using Blazor Web Assembly
Kích Thước Tệp 4.98 MB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2023-02-24
Ngày Phát Hành 2021-12-02
Nhà Phát Triển dragnilar
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dragnilar/EdgeExtensionsBlazor
URL Trang Trợ Giúp https://github.com/dragnilar/EdgeExtensionsBlazor
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Blazor Edge New Tab",
    "description": "A new tab page for Microsoft Edge (and all Chromium Browsers) made using Blazor Web Assembly",
    "version": "1.5",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "framework\/*",
                "BrowserExtensionScripts\/*",
                "content\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "search",
        "storage",
        "bookmarks",
        "favicon",
        "downloads"
    ],
    "icons": {
        "128": "icons\/BlazorNewTab.png",
        "52": "icons\/BlazorNewTab.png",
        "28": "icons\/BlazorNewTab.png"
    }
}