Install as App
Turn the current web site into an installable app.
Was ist Install as App?
Install as App ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Turn the current web site into an installable app.".
Erweiterungsscreenshots
Install as App-Erweiterungs-CRX-Datei herunterladen
Laden Sie Install as App-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        This extension adds a button to automate creating a shortcut with the "Open in Window" option checked, essentially making it one click to turn a web page into an application in chrome/chromeos.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | ilbjnijjaidemeofigoeapbnnplenmaj | 
| Offizielle URL | https://chromewebstore.google.com/detail/install-as-app/ilbjnijjaidemeofigoeapbnnplenmaj | 
| Beschreibung | Turn the current web site into an installable app. | 
| Dateigröße | 41.91 KB | 
| Installationsanzahl | 188 | 
| Aktuelle Version | 0.1.0 | 
| Letztes Update | 2020-04-07 | 
| Veröffentlichungsdatum | 2020-04-07 | 
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen | 
| Entwickler | Unknown | 
| Zahlungsart | free | 
| Unterstützte Sprachen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Install as App",
    "version": "0.1.0",
    "description": "Turn the current web site into an installable app.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png",
        "512": "icon512.png"
    },
    "permissions": [
        "activeTab",
        "management"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "content.js"
        ]
    },
    "browser_action": {
        "default_title": "Install current web page as an application."
    }
}  |  |