Install as App
Turn the current web site into an installable app.
Cos'è Install as App?
Install as App è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Turn the current web site into an installable app.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Install as App
Scarica i file di estensione Install as App in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ilbjnijjaidemeofigoeapbnnplenmaj |
| URL Ufficiale | https://chromewebstore.google.com/detail/install-as-app/ilbjnijjaidemeofigoeapbnnplenmaj |
| Descrizione | Turn the current web site into an installable app. |
| Dimensione del File | 41.91 KB |
| Conteggio Installazioni | 188 |
| Versione Corrente | 0.1.0 |
| Ultimo Aggiornamento | 2020-04-07 |
| Data di Pubblicazione | 2020-04-07 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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."
}
} | |