Install as App

Turn the current web site into an installable app.

Apa itu Install as App?

Install as App adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Turn the current web site into an installable app.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Install as App

Unduh file ekstensi Install as App dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Install as App Install as App
ID ilbjnijjaidemeofigoeapbnnplenmaj
URL Resmi https://chromewebstore.google.com/detail/install-as-app/ilbjnijjaidemeofigoeapbnnplenmaj
Deskripsi Turn the current web site into an installable app.
Ukuran File 41.91 KB
Jumlah Instalasi 188
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2020-04-07
Tanggal Publikasi 2020-04-07
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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."
    }
}