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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Flatline

قم بتنزيل ملفات الامتداد Flatline بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Flatline Flatline
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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}