Flatline

Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.

Co to jest Flatline?

Flatline to rozszerzenie Chrome opracowane przez Cleo Menezes Jr., a jego główną funkcją jest „Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Flatline

Pobierz pliki rozszerzeń Flatline w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Flatline Flatline
ID cpbniogoilfagmcoipghkgnpmdglfmjm
Oficjalny URL https://chromewebstore.google.com/detail/flatline/cpbniogoilfagmcoipghkgnpmdglfmjm
Opis Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.
Rozmiar pliku 12.99 KB
Liczba instalacji 713
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2023-05-12
Data Publikacji 2022-08-17
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Cleo Menezes Jr.
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/CleoMenezesJr/flatline
Adres URL Strony Pomocy https://github.com/CleoMenezesJr/flatline/issues
Obsługiwane Języki 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"
            ]
        }
    ]
}