Flatline

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

什麼是Flatline?

Flatline是由Cleo Menezes Jr.開發的Chrome擴展程式,該擴展的主要功能是“Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.”。

擴展截圖

screenshot

下載Flatline擴展crx文件

下載Flatline擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Flatline Flatline
ID cpbniogoilfagmcoipghkgnpmdglfmjm
官方網址 https://chromewebstore.google.com/detail/flatline/cpbniogoilfagmcoipghkgnpmdglfmjm
簡介 Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.
檔案大小 12.99 KB
安裝次數 713
目前版本 1.6
更新時間 2023-05-12
上架時間 2022-08-17
評分 5.00/5 共 5 次評分
開發者 Cleo Menezes Jr.
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/CleoMenezesJr/flatline
說明頁面URL https://github.com/CleoMenezesJr/flatline/issues
支援的語言 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"
            ]
        }
    ]
}