Blazor Edge New Tab

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

Blazor Edge New Tabคืออะไร?

Blazor Edge New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dragnilar และคุณลักษณะหลักของมันคือ "A new tab page for Microsoft Edge (and all Chromium Browsers) made using Blazor Web Assembly"

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

screenshot
screenshot
screenshot

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

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

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

                        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                    

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

ชื่อ Blazor Edge New Tab Blazor Edge New Tab
ID bdcfngldhocoffghnlmhibpifmoakiec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blazor-edge-new-tab/bdcfngldhocoffghnlmhibpifmoakiec
คำอธิบาย A new tab page for Microsoft Edge (and all Chromium Browsers) made using Blazor Web Assembly
ขนาดไฟล์ 4.98 MB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2023-02-24
วันที่เผยแพร่ 2021-12-02
ผู้พัฒนา dragnilar
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dragnilar/EdgeExtensionsBlazor
URL หน้าช่วยเหลือ https://github.com/dragnilar/EdgeExtensionsBlazor
ภาษาที่รองรับ 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"
    }
}