AppLauncher

Application Launcher for Chrome. Run all your web applications installed from WebStore.

Was ist AppLauncher?

AppLauncher ist eine Chrome-Erweiterung, die von https://www.webswamp.net entwickelt wurde, und ihr Hauptmerkmal ist "Application Launcher for Chrome. Run all your web applications installed from WebStore.".

Erweiterungsscreenshots

screenshot
screenshot

AppLauncher-Erweiterungs-CRX-Datei herunterladen

Laden Sie AppLauncher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name AppLauncher AppLauncher
ID mnbfkkkpphlcbeaeemeblclibjnofamn
Offizielle URL https://chromewebstore.google.com/detail/applauncher/mnbfkkkpphlcbeaeemeblclibjnofamn
Beschreibung Application Launcher for Chrome. Run all your web applications installed from WebStore.
Dateigröße 35.71 KB
Installationsanzahl 3,037
Aktuelle Version 0.6
Letztes Update 2013-03-29
Veröffentlichungsdatum 2013-03-29
Bewertung 4.04/5 Insgesamt 53 Bewertungen
Entwickler https://www.webswamp.net
Zahlungsart free
Unterstützte Sprachen 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"
}