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은(는) dragnilar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A new tab page for Microsoft Edge (and all Chromium Browsers) made using Blazor Web Assembly"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Blazor Edge New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}