AppLauncher
Application Launcher for Chrome. Run all your web applications installed from WebStore.
什么是AppLauncher?
AppLauncher是由https://www.webswamp.net开发的Chrome扩展程序,该扩展的主要功能是“Application Launcher for Chrome. Run all your web applications installed from WebStore.”。
扩展截图
下载AppLauncher扩展crx文件
下载AppLauncher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | mnbfkkkpphlcbeaeemeblclibjnofamn |
| 官方URL | https://chromewebstore.google.com/detail/applauncher/mnbfkkkpphlcbeaeemeblclibjnofamn |
| 简介 | Application Launcher for Chrome. Run all your web applications installed from WebStore. |
| 文件大小 | 35.71 KB |
| 安装次数 | 3,037 |
| 当前版本 | 0.6 |
| 更新时间 | 2013-03-29 |
| 上架时间 | 2013-03-29 |
| 评分 | 4.04/5 共53次评分 |
| 开发者 | https://www.webswamp.net |
| 付费类型 | free |
| 支持的语言 | 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"
} | |