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文件

下載Websktop Speed Dial擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}