Bigga Launcher

Collection of my most used dev websites.

O que é Bigga Launcher?

Bigga Launcher é uma extensão do Chrome desenvolvida por https://dzenis.tech, e sua principal característica é "Collection of my most used dev websites.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bigga Launcher

Baixe arquivos de extensão Bigga 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

                        The old Bigga Launcher was all about social media. I decided to change/upgrade it and now is all about development, plus something to relax like Youtube and Twitter. I made a better design and integrated option to open "essential" links or all of them.

Here is the link to the GitHub repo so feel free to clone it and adjust it to your needs; I hope you'll find it useful. The majority doesn't need to do that, but I'm just saying that that’ll an option:

https://github.com/dzenis-h/Chrome-Extension                    

Informações Básicas da Extensão

Nome Bigga Launcher Bigga Launcher
ID mlgcopjbmfifbhkdifcohfjleeafdakn
URL Oficial https://chromewebstore.google.com/detail/bigga-launcher/mlgcopjbmfifbhkdifcohfjleeafdakn
Descrição Collection of my most used dev websites.
Tamanho do Arquivo 1.07 MB
Contagem de Instalações 22
Versão Atual 1.5.1
Última Atualização 2023-06-21
Data de Publicação 2018-01-23
Desenvolvedor https://dzenis.tech
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/dzenis-h/Chrome-Extension
URL da Página de Ajuda https://dzenis.tech/contact
URL da Página de Política de Privacidade https://docs.google.com/document/d/1xvx0bBFUCECOhCXZLpq4wK0H07VONdXwBBdXxAfjuIs/edit?usp=sharing
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bigga Launcher",
    "description": "Collection of my most used dev websites.",
    "version": "1.5.1",
    "icons": {
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": "bigga_logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting"
    ]
}