Flatline

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

What is Flatline?

Flatline is a Chrome extension developed by Cleo Menezes Jr., and its main feature is "Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.".

Extension Screenshots

screenshot

Download Flatline Extension CRX File

Download Flatline extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Flatline Flatline
ID cpbniogoilfagmcoipghkgnpmdglfmjm
Official URL https://chromewebstore.google.com/detail/flatline/cpbniogoilfagmcoipghkgnpmdglfmjm
Description Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.
File Size 12.99 KB
Installation Count 713
Current Version 1.6
Last Updated 2023-05-12
Publish Date 2022-08-17
Rating 5.00/5 Total 5 Ratings
Developer Cleo Menezes Jr.
Email [email protected]
Payment Type free
Extension Website https://github.com/CleoMenezesJr/flatline
Help Page URL https://github.com/CleoMenezesJr/flatline/issues
Supported Languages 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"
            ]
        }
    ]
}