Appify

Open any frequently used web page or app into a centered popup.

Qu'est-ce que Appify ?

Appify est une extension Chrome développée par Roger H. Charles, et sa fonction principale est "Open any frequently used web page or app into a centered popup.".

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

                        Use a web app more effectively with this enhanced toolbar bookmark. Choose any one you want. A Google Doc for example, or even a local HTML file.                    

Informations de Base sur l'Extension

Nom Appify Appify
ID ednhhbdndmaaiikledchagbgjknhekhj
URL Officiel https://chromewebstore.google.com/detail/appify/ednhhbdndmaaiikledchagbgjknhekhj
Description Open any frequently used web page or app into a centered popup.
Taille du Fichier 21.04 KB
Nombre d'Installations 18
Version Actuelle 1.0.9
Dernière Mise à Jour 2023-05-10
Date de Publication 2020-02-16
Évaluation 4.00/5 Total 2 Évaluations
Développeur Roger H. Charles
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1m7iXOTBgtikg6hkK4SpeVQReODq2M-qrdZX-Q9nwqm8/edit?usp=sharing
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Appify",
    "options_page": "options.html",
    "description": "Open any frequently used web page or app into a centered popup.",
    "version": "1.0.9",
    "manifest_version": 2,
    "icons": {
        "48": "imgs\/icon_48.png",
        "128": "imgs\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "imgs\/icon_128.png",
        "default_title": "Appify"
    }
}