Bigga Launcher
Collection of my most used dev websites.
什麼是Bigga Launcher?
Bigga Launcher是由https://dzenis.tech開發的Chrome擴展程式,該擴展的主要功能是“Collection of my most used dev websites.”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | mlgcopjbmfifbhkdifcohfjleeafdakn |
官方網址 | 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" ] } |