Flatline

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

Vad är Flatline?

Flatline är en Chrome-tillägg utvecklad av Cleo Menezes Jr., och dess huvudfunktion är "Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.".

Tilläggsskärmbilder

screenshot

Ladda ner Flatline-förlängningens CRX-fil

Ladda ner Flatline-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Flatline Flatline
ID cpbniogoilfagmcoipghkgnpmdglfmjm
Officiell webbadress https://chromewebstore.google.com/detail/flatline/cpbniogoilfagmcoipghkgnpmdglfmjm
Beskrivning Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.
Filstorlek 12.99 KB
Antal Installationer 713
Aktuell Version 1.6
Senast Uppdaterad 2023-05-12
Publiceringsdatum 2022-08-17
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Cleo Menezes Jr.
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/CleoMenezesJr/flatline
Hjälpsida URL https://github.com/CleoMenezesJr/flatline/issues
Stödda Språk 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"
            ]
        }
    ]
}