Bigga Launcher
Collection of my most used dev websites.
Bigga Launcherคืออะไร?
Bigga Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dzenis.tech และคุณลักษณะหลักของมันคือ "Collection of my most used dev websites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bigga Launcher
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |