Install as App

Turn the current web site into an installable app.

Wat is Install as App?

Install as App is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Turn the current web site into an installable app.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Install as App

Download Install as App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Install as App Install as App
ID ilbjnijjaidemeofigoeapbnnplenmaj
Officiële URL https://chromewebstore.google.com/detail/install-as-app/ilbjnijjaidemeofigoeapbnnplenmaj
Beschrijving Turn the current web site into an installable app.
Bestandsgrootte 41.91 KB
Aantal Installaties 188
Huidige Versie 0.1.0
Laatst Bijgewerkt 2020-04-07
Publicatiedatum 2020-04-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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."
    }
}