Latent Soft Launcher

This is an extension to launch useful links of Latent Soft and other

Cos'è Latent Soft Launcher?

Latent Soft Launcher è un'estensione di Chrome sviluppata da http://latentsoft.com, e la sua funzione principale è "This is an extension to launch useful links of Latent Soft and other".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Latent Soft Launcher

Scarica i file di estensione Latent Soft Launcher 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 is an extension to launch useful links related to Latent Soft. This is developed specially for students, employees and managing bodies of Latent Soft                    

Informazioni di Base sull'Estensione

Nome Latent Soft Launcher Latent Soft Launcher
ID gallejgdmejfcbmaefpbkmffkgjgghcd
URL Ufficiale https://chrome.google.com/webstore/detail/latent-soft-launcher/gallejgdmejfcbmaefpbkmffkgjgghcd
Descrizione This is an extension to launch useful links of Latent Soft and other
Dimensione del File 73.7 KB
Conteggio Installazioni 13
Versione Corrente 1.2
Ultimo Aggiornamento 2019-03-11
Data di Pubblicazione 2019-03-11
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore http://latentsoft.com
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Latent Soft Launcher",
    "version": "1.2",
    "description": "This is an extension to launch useful links of Latent Soft and other",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "images\/get_started32.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "32": "images\/get_started32.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}