Dashlinks - New Tab

New tab extension to organize your websites links.

Dashlinks - New Tab란 무엇입니까?

Dashlinks - New Tab은(는) Dashlinks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New tab extension to organize your websites links."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Dashlinks - New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Dashlinks is a new tab extension bundled with popular websites links sorted by category.
You can add more links and more categories to organize your new tab as you like.
Your top visited websites appear on top.

By clicking "Add to chrome", I accept and agree to installing the Dashlinks New Tab Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy.

Privacy Policy: https://search4it.net/privacy.php
Terms and Conditions: https://search4it.net/terms.php
About us: https://search4it.net/about.php                    

확장 프로그램 기본 정보

이름 Dashlinks - New Tab Dashlinks - New Tab
ID gfkcocmdmegcelbkamlglehhomiahgjm
공식 URL https://chromewebstore.google.com/detail/dashlinks-new-tab/gfkcocmdmegcelbkamlglehhomiahgjm
설명 New tab extension to organize your websites links.
파일 크기 37.52 KB
설치 횟수 33,624
현재 버전 1.0.2
최근 업데이트 2022-10-20
출시 날짜 2021-01-10
평점 4.86/5 총 392 개의 평점
개발자 Dashlinks
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://search4it.net/privacy.php
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "topSites"
    ],
    "version": "1.0.2",
    "web_accessible_resources": [
        {
            "resources": [
                "128.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "128.png"
    }
}