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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}