Quickly Open

Quick launch the websites where you are registered.

Cos'è Quickly Open?

Quickly Open è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Quick launch the websites where you are registered.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quickly Open

Scarica i file di estensione Quickly Open 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

                        This extension allows you to quickly open some website. It make you live more easy because you have some websites that you visit constantly.
With Quickly Open, you will not take care about typing the link again. You just click on the extension icon and you can directly click on the website icon that you want to visit. It will redirect you in the website directly.                    

Informazioni di Base sull'Estensione

Nome Quickly Open Quickly Open
ID occbokllndldgkpigdifcoffjhpghlkg
URL Ufficiale https://chromewebstore.google.com/detail/quickly-open/occbokllndldgkpigdifcoffjhpghlkg
Descrizione Quick launch the websites where you are registered.
Dimensione del File 17.99 KB
Conteggio Installazioni 17
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-04-16
Data di Pubblicazione 2019-04-16
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quickly Open",
    "description": "Quick launch the websites where you are registered.",
    "version": "1.0.0",
    "icons": {
        "128": "images\/icon1.png"
    },
    "browser_action": {
        "default_icon": "images\/icon1.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}