Websktop Speed Dial

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

Cos'è Websktop Speed Dial?

Websktop Speed Dial è un'estensione di Chrome sviluppata da https://websktop.com, e la sua funzione principale è "Changes New Tab page to https://websktop.com".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Websktop Speed Dial

Scarica i file di estensione Websktop Speed Dial in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Websktop Speed Dial Websktop Speed Dial
ID hmhoefiijgfmodaajchjhehjhpjhekib
URL Ufficiale https://chromewebstore.google.com/detail/websktop-speed-dial/hmhoefiijgfmodaajchjhehjhpjhekib
Descrizione Changes New Tab page to https://websktop.com
Dimensione del File 18.45 MB
Conteggio Installazioni 85
Versione Corrente 1.0.67
Ultimo Aggiornamento 2023-10-31
Data di Pubblicazione 2022-06-05
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore https://websktop.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://websktop.com/privacy-policy
Lingue Supportate 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"
    }
}