Simple App Launcher

Simple Launcher for chrome apps

What is Simple App Launcher?

Simple App Launcher is a Chrome extension developed by hathym.com, and its main feature is "Simple Launcher for chrome apps".

Extension Screenshots

screenshot

Download Simple App Launcher Extension CRX File

Download Simple App Launcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Simple menu to launch all your installed chrome apps                    

Extension Basic Information

Name Simple App Launcher Simple App Launcher
ID efiapikahogejddbbbcncibamackdmno
Official URL https://chromewebstore.google.com/detail/simple-app-launcher/efiapikahogejddbbbcncibamackdmno
Description Simple Launcher for chrome apps
File Size 118 KB
Installation Count 764
Current Version 0.0.4
Last Updated 2014-01-28
Publish Date 2014-01-28
Rating 3.88/5 Total 8 Ratings
Developer hathym.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple App Launcher",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Simple Launcher for chrome apps",
    "homepage_url": "http:\/\/hathym.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Simple App Launcher",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "management"
    ]
}