Install as App
Turn the current web site into an installable app.
Co to jest Install as App?
Install as App to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Turn the current web site into an installable app.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Install as App
Pobierz pliki rozszerzeń Install as App w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Install as App |
ID | ilbjnijjaidemeofigoeapbnnplenmaj |
Oficjalny URL | https://chromewebstore.google.com/detail/install-as-app/ilbjnijjaidemeofigoeapbnnplenmaj |
Opis | Turn the current web site into an installable app. |
Rozmiar pliku | 41.91 KB |
Liczba instalacji | 188 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2020-04-07 |
Data Publikacji | 2020-04-07 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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." } } |