Bigga Launcher

Collection of my most used dev websites.

Qu'est-ce que Bigga Launcher ?

Bigga Launcher est une extension Chrome développée par https://dzenis.tech, et sa fonction principale est "Collection of my most used dev websites.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bigga Launcher

Téléchargez les fichiers d'extension Bigga Launcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Bigga Launcher Bigga Launcher
ID mlgcopjbmfifbhkdifcohfjleeafdakn
URL Officiel https://chromewebstore.google.com/detail/bigga-launcher/mlgcopjbmfifbhkdifcohfjleeafdakn
Description Collection of my most used dev websites.
Taille du Fichier 1.07 MB
Nombre d'Installations 22
Version Actuelle 1.5.1
Dernière Mise à Jour 2023-06-21
Date de Publication 2018-01-23
Développeur https://dzenis.tech
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/dzenis-h/Chrome-Extension
URL de la Page d'Aide https://dzenis.tech/contact
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1xvx0bBFUCECOhCXZLpq4wK0H07VONdXwBBdXxAfjuIs/edit?usp=sharing
Langues Prises en Charge 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"
    ]
}