Flatline
Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.
Wat is Flatline?
Flatline is een Chrome-extensie ontwikkeld door Cleo Menezes Jr., en de belangrijkste functie is "Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.".
Extensie Screenshots
Download het CRX-bestand van de extensie Flatline
Download Flatline-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | cpbniogoilfagmcoipghkgnpmdglfmjm |
Officiële URL | https://chromewebstore.google.com/detail/flatline/cpbniogoilfagmcoipghkgnpmdglfmjm |
Beschrijving | Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter. |
Bestandsgrootte | 12.99 KB |
Aantal Installaties | 713 |
Huidige Versie | 1.6 |
Laatst Bijgewerkt | 2023-05-12 |
Publicatiedatum | 2022-08-17 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Cleo Menezes Jr. |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/CleoMenezesJr/flatline |
Help Pagina-URL | https://github.com/CleoMenezesJr/flatline/issues |
Ondersteunde Talen | 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" ] } ] } |