Websktop Speed Dial

Changes New Tab page to https://websktop.com

Websktop Speed Dial란 무엇입니까?

Websktop Speed Dial은(는) https://websktop.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changes New Tab page to https://websktop.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Websktop Speed Dial 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Build and customize your own speed dial page with Websktop.

With Websktop you can:
  🏠 Build your own new homepage
  🗂️ Organize your bookmarks
  🖥️ Unleash the power of desktop-like user experience
  🔥 Powerful copy, paste, drag & drop
  ✨ Create multiple Websktops
  🌎 Share Websktops with others
  🎨 Customize backgrounds, icons & more                    

확장 프로그램 기본 정보

이름 Websktop Speed Dial Websktop Speed Dial
ID hmhoefiijgfmodaajchjhehjhpjhekib
공식 URL https://chromewebstore.google.com/detail/websktop-speed-dial/hmhoefiijgfmodaajchjhehjhpjhekib
설명 Changes New Tab page to https://websktop.com
파일 크기 18.45 MB
설치 횟수 85
현재 버전 1.0.67
최근 업데이트 2023-10-31
출시 날짜 2022-06-05
평점 4.25/5 총 4 개의 평점
개발자 https://websktop.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://websktop.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Websktop Speed Dial",
    "version": "1.0.67",
    "manifest_version": 3,
    "description": "Changes New Tab page to https:\/\/websktop.com",
    "homepage_url": "https:\/\/websktop.com",
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "96": "icons\/favicon-96x96.png",
        "128": "icons\/favicon-128x128.png",
        "196": "icons\/favicon-196x196.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/websktop.com\/"
    },
    "host_permissions": [
        "https:\/\/websktop.com\/*"
    ],
    "externally_connectable": {
        "ids": [
            "hmhoefiijgfmodaajchjhehjhpjhekib"
        ],
        "matches": [
            "https:\/\/websktop.com\/*"
        ]
    },
    "permissions": [
        "storage"
    ],
    "omnibox": {
        "keyword": "w"
    },
    "background": {
        "service_worker": "extension.js"
    }
}