Appify
Turn any tab into an app window. Goodbye electron.
Wat is Appify?
Appify is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Turn any tab into an app window. Goodbye electron.".
Extensie Screenshots
Download het CRX-bestand van de extensie Appify
Download Appify-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
Click the icon in the Chrome bar to open any tab in an app window. View the source: https://github.com/kylecarbs/appify
Basisinformatie over de Extensie
Naam | Appify |
ID | cfocbfhecoobjacoclhlefbhpecdngdn |
Officiële URL | https://chromewebstore.google.com/detail/appify/cfocbfhecoobjacoclhlefbhpecdngdn |
Beschrijving | Turn any tab into an app window. Goodbye electron. |
Bestandsgrootte | 5.82 KB |
Aantal Installaties | 60 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2019-08-21 |
Publicatiedatum | 2019-08-21 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://github.com/kylecarbs/appify |
Help Pagina-URL | https://github.com/kylecarbs/appify |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Appify", "description": "Turn any tab into an app window. Goodbye electron.", "version": "1.0.1", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "browser_action": [], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |