Flatline
Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.
Flatlineคืออะไร?
Flatline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cleo Menezes Jr. และคุณลักษณะหลักของมันคือ "Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flatline
ดาวน์โหลดไฟล์ส่วนขยาย Flatline ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
To facilitate the installation process of Flatpak applications through the websites flathub.org, apps.gnome.org and appcenter.elementary.io, I created this simple extension that, through appstream, opens GNOME Software directly in the app's details panel. - Flatpak installed. - Flathub and/or other Flatpak repository. - GNOME Software or any software center with Flatpak support.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cpbniogoilfagmcoipghkgnpmdglfmjm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/flatline/cpbniogoilfagmcoipghkgnpmdglfmjm |
คำอธิบาย | Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter. |
ขนาดไฟล์ | 12.99 KB |
จำนวนการติดตั้ง | 713 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2023-05-12 |
วันที่เผยแพร่ | 2022-08-17 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Cleo Menezes Jr. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/CleoMenezesJr/flatline |
URL หน้าช่วยเหลือ | https://github.com/CleoMenezesJr/flatline/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Flatline", "version": "1.6", "description": "Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.", "icons": { "48": "icons\/flatline-48.png" }, "content_scripts": [ { "matches": [ "https:\/\/flathub.org\/*", "https:\/\/apps.gnome.org\/*", "https:\/\/appcenter.elementary.io\/*" ], "js": [ "main.js" ] } ] } |