AppLauncher

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

AppLauncher là gì?

AppLauncher là một tiện ích mở rộng Chrome được phát triển bởi https://www.webswamp.net, và tính năng chính của nó là "Application Launcher for Chrome. Run all your web applications installed from WebStore.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AppLauncher

Tải xuống các tệp mở rộng AppLauncher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AppLauncher AppLauncher
ID mnbfkkkpphlcbeaeemeblclibjnofamn
URL Chính Thức https://chromewebstore.google.com/detail/applauncher/mnbfkkkpphlcbeaeemeblclibjnofamn
Mô tả Application Launcher for Chrome. Run all your web applications installed from WebStore.
Kích Thước Tệp 35.71 KB
Số Lần Cài Đặt 3,037
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2013-03-29
Ngày Phát Hành 2013-03-29
Đánh Giá 4.04/5 Tổng số 53 Đánh Giá
Nhà Phát Triển https://www.webswamp.net
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}