Install as App
Turn the current web site into an installable app.
Qu'est-ce que Install as App ?
Install as App est une extension Chrome développée par Unknown, et sa fonction principale est "Turn the current web site into an installable app.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Install as App
Téléchargez les fichiers d'extension Install as App 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
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.
Informations de Base sur l'Extension
Nom | Install as App |
ID | ilbjnijjaidemeofigoeapbnnplenmaj |
URL Officiel | https://chromewebstore.google.com/detail/install-as-app/ilbjnijjaidemeofigoeapbnnplenmaj |
Description | Turn the current web site into an installable app. |
Taille du Fichier | 41.91 KB |
Nombre d'Installations | 188 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2020-04-07 |
Date de Publication | 2020-04-07 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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." } } |