Apps Launcher for Chrome

Access all your installed applications and extensions, their settings and homepages

什么是Apps Launcher for Chrome?

Apps Launcher for Chrome是由tlintspr开发的Chrome扩展程序,该扩展的主要功能是“Access all your installed applications and extensions, their settings and homepages”。

扩展截图

screenshot

下载Apps Launcher for Chrome扩展crx文件

下载Apps Launcher for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This add-on provides the same functionality as Chrome's default apps launcher is now deprecated. Using this app launcher you can have access to all your installed applications from within a toolbar popup window. The panel enables you to sort your apps the way you want them, and you can directly access the following services:

1. Launch an application directly from the popup view
2. Launch the application's options page
3. Launch the application's home page

Context menu options:
1. Open any Chrome internal page
2. Open the Chrome Webstore page
3. Create a custom app shortcut for any webpage

This extension supports keyboard shortcuts. You can navigate through items with the Tab key and navigate back with the "Shift + Tab" combination. Alternatively, press the first character of an item to directly select it.                    

扩展基本信息

名称 Apps Launcher for Chrome Apps Launcher for Chrome
ID hdmhnhkegdfpajaeijlfopfoallfdiak
官方URL https://chromewebstore.google.com/detail/apps-launcher-for-chrome/hdmhnhkegdfpajaeijlfopfoallfdiak
简介 Access all your installed applications and extensions, their settings and homepages
文件大小 87.8 KB
安装次数 37,792
当前版本 0.2.2
更新时间 2021-10-26
上架时间 2020-06-26
评分 4.50/5 共62次评分
开发者 tlintspr
电子邮箱 [email protected]
付费类型 free
扩展官网 https://add0n.com/apps-launcher.html
帮助页面URL https://add0n.com/apps-launcher.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Apps Launcher for Chrome",
    "description": "Access all your installed applications and extensions, their settings and homepages",
    "version": "0.2.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "management",
        "contextMenus"
    ],
    "action": {
        "default_popup": "data\/popup\/index.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/add0n.com\/apps-launcher.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "commands": {
        "_execute_action": {
            "description": "Open the popup view with a shortcut"
        }
    }
}