Bigga Launcher

Collection of my most used dev websites.

什么是Bigga Launcher?

Bigga Launcher是由https://dzenis.tech开发的Chrome扩展程序,该扩展的主要功能是“Collection of my most used dev websites.”。

扩展截图

screenshot

下载Bigga Launcher扩展crx文件

下载Bigga Launcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Bigga Launcher Bigga Launcher
ID mlgcopjbmfifbhkdifcohfjleeafdakn
官方URL https://chromewebstore.google.com/detail/bigga-launcher/mlgcopjbmfifbhkdifcohfjleeafdakn
简介 Collection of my most used dev websites.
文件大小 1.07 MB
安装次数 22
当前版本 1.5.1
更新时间 2023-06-21
上架时间 2018-01-23
开发者 https://dzenis.tech
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/dzenis-h/Chrome-Extension
帮助页面URL https://dzenis.tech/contact
隐私政策页面URL https://docs.google.com/document/d/1xvx0bBFUCECOhCXZLpq4wK0H07VONdXwBBdXxAfjuIs/edit?usp=sharing
支持的语言 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"
    ]
}