AppLauncher
Application Launcher for Chrome. Run all your web applications installed from WebStore.
Co to jest AppLauncher?
AppLauncher to rozszerzenie Chrome opracowane przez https://www.webswamp.net, a jego główną funkcją jest „Application Launcher for Chrome. Run all your web applications installed from WebStore.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AppLauncher
Pobierz pliki rozszerzeń AppLauncher 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
AppLauncher brings easiest access to all your web applications installed from Chrome's WebStore.
* Version 0.6
Update to comply with the new Chrome extensions requirements
* Version 0.5.2
Minor bugfixes
* Version 0.5.1
Fixed problem when opening application menu
* New in version 0.4
Application rearrangement (drag & drop)
New fonts
Few minor bugfixes Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mnbfkkkpphlcbeaeemeblclibjnofamn |
| Oficjalny URL | https://chromewebstore.google.com/detail/applauncher/mnbfkkkpphlcbeaeemeblclibjnofamn |
| Opis | Application Launcher for Chrome. Run all your web applications installed from WebStore. |
| Rozmiar pliku | 35.71 KB |
| Liczba instalacji | 3,037 |
| Aktualna Wersja | 0.6 |
| Ostatnia Aktualizacja | 2013-03-29 |
| Data Publikacji | 2013-03-29 |
| Ocena | 4.04/5 Łącznie 53 Oceny |
| Deweloper | https://www.webswamp.net |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"browser_action": {
"default_icon": "img\/logo-19.png",
"default_popup": "appList.html"
},
"description": "Application Launcher for Chrome. Run all your web applications installed from WebStore. ",
"icons": {
"128": "img\/logo-128.png",
"16": "img\/logo-16.png",
"32": "img\/logo-32.png",
"48": "img\/logo-48.png",
"64": "img\/logo-64.png"
},
"minimum_chrome_version": "20",
"name": "AppLauncher",
"permissions": [
"management"
],
"version": "0.6"
} | |