Latent Soft Launcher

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

O que é Latent Soft Launcher?

Latent Soft Launcher é uma extensão do Chrome desenvolvida por http://latentsoft.com, e sua principal característica é "This is an extension to launch useful links of Latent Soft and other".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Latent Soft Launcher

Baixe arquivos de extensão Latent Soft Launcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Latent Soft Launcher Latent Soft Launcher
ID gallejgdmejfcbmaefpbkmffkgjgghcd
URL Oficial https://chrome.google.com/webstore/detail/latent-soft-launcher/gallejgdmejfcbmaefpbkmffkgjgghcd
Descrição This is an extension to launch useful links of Latent Soft and other
Tamanho do Arquivo 73.7 KB
Contagem de Instalações 13
Versão Atual 1.2
Última Atualização 2019-03-11
Data de Publicação 2019-03-11
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor http://latentsoft.com
Tipo de Pagamento free
Idiomas Suportados 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
}