Flatline

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

Apa itu Flatline?

Flatline adalah ekstensi Chrome yang dikembangkan oleh Cleo Menezes Jr., dan fitur utamanya adalah "Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Flatline

Unduh file ekstensi Flatline dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Flatline Flatline
ID cpbniogoilfagmcoipghkgnpmdglfmjm
URL Resmi https://chromewebstore.google.com/detail/flatline/cpbniogoilfagmcoipghkgnpmdglfmjm
Deskripsi Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.
Ukuran File 12.99 KB
Jumlah Instalasi 713
Versi Saat Ini 1.6
Terakhir Diperbarui 2023-05-12
Tanggal Publikasi 2022-08-17
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Cleo Menezes Jr.
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/CleoMenezesJr/flatline
URL Halaman Bantuan https://github.com/CleoMenezesJr/flatline/issues
Bahasa yang Didukung 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"
            ]
        }
    ]
}