Dewey launcher
Extension to add a launch icon for Dewey
什么是Dewey launcher?
Dewey launcher是由lmcjt开发的Chrome扩展程序,该扩展的主要功能是“Extension to add a launch icon for Dewey”。
扩展截图
下载Dewey launcher扩展crx文件
下载Dewey launcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension simply adds a launch icon for the Dewey Bookmark App, allowing you to access the app quickly.
For more information about the app go to: http://deweyapp.io/
There are a couple of things to note:
1. You need to have installed the Dewey App prior to this extension.
2. This extension is not, in any way, affiliated with Dewey App. 扩展基本信息
| 名称 | |
| ID | fnfpnjjgpfifiilkencadlekjebpmbph |
| 官方URL | https://chromewebstore.google.com/detail/dewey-launcher/fnfpnjjgpfifiilkencadlekjebpmbph |
| 简介 | Extension to add a launch icon for Dewey |
| 文件大小 | 187 KB |
| 安装次数 | 864 |
| 当前版本 | 1.2 |
| 更新时间 | 2014-02-25 |
| 上架时间 | 2014-02-24 |
| 评分 | 3.86/5 共14次评分 |
| 开发者 | lmcjt |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.2",
"name": "Dewey launcher",
"description": "Extension to add a launch icon for Dewey",
"background": {
"scripts": [
"launcher.js"
]
},
"browser_action": {
"default_icon": {
"19": "icon_19.png",
"38": "icon_38.png"
}
},
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"permissions": [
"tabs",
"management"
]
} | |