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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" ] } |