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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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. |
Eメール | [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" ] } ] } |