Appify

Turn any tab into an app window. Goodbye electron.

Qu'est-ce que Appify ?

Appify est une extension Chrome développée par Unknown, et sa fonction principale est "Turn any tab into an app window. Goodbye electron.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Appify

Téléchargez les fichiers d'extension Appify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Click the icon in the Chrome bar to open any tab in an app window.

View the source: https://github.com/kylecarbs/appify                    

Informations de Base sur l'Extension

Nom Appify Appify
ID cfocbfhecoobjacoclhlefbhpecdngdn
URL Officiel https://chromewebstore.google.com/detail/appify/cfocbfhecoobjacoclhlefbhpecdngdn
Description Turn any tab into an app window. Goodbye electron.
Taille du Fichier 5.82 KB
Nombre d'Installations 60
Version Actuelle 1.0.1
Dernière Mise à Jour 2019-08-21
Date de Publication 2019-08-21
Évaluation 4.75/5 Total 4 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/kylecarbs/appify
URL de la Page d'Aide https://github.com/kylecarbs/appify
Langues Prises en Charge 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"
    }
}