Flatline

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

Cos'è Flatline?

Flatline è un'estensione di Chrome sviluppata da Cleo Menezes Jr., e la sua funzione principale è "Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Flatline

Scarica i file di estensione Flatline in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Flatline Flatline
ID cpbniogoilfagmcoipghkgnpmdglfmjm
URL Ufficiale https://chromewebstore.google.com/detail/flatline/cpbniogoilfagmcoipghkgnpmdglfmjm
Descrizione Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.
Dimensione del File 12.99 KB
Conteggio Installazioni 713
Versione Corrente 1.6
Ultimo Aggiornamento 2023-05-12
Data di Pubblicazione 2022-08-17
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Cleo Menezes Jr.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/CleoMenezesJr/flatline
URL della Pagina di Aiuto https://github.com/CleoMenezesJr/flatline/issues
Lingue Supportate 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"
            ]
        }
    ]
}