Quickly Open
Quick launch the websites where you are registered.
什么是Quickly Open?
Quickly Open是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Quick launch the websites where you are registered.”。
扩展截图
下载Quickly Open扩展crx文件
下载Quickly Open扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to quickly open some website. It make you live more easy because you have some websites that you visit constantly. With Quickly Open, you will not take care about typing the link again. You just click on the extension icon and you can directly click on the website icon that you want to visit. It will redirect you in the website directly.
扩展基本信息
名称 | Quickly Open |
ID | occbokllndldgkpigdifcoffjhpghlkg |
官方URL | https://chromewebstore.google.com/detail/quickly-open/occbokllndldgkpigdifcoffjhpghlkg |
简介 | Quick launch the websites where you are registered. |
文件大小 | 17.99 KB |
安装次数 | 17 |
当前版本 | 1.0.0 |
更新时间 | 2019-04-16 |
上架时间 | 2019-04-16 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quickly Open", "description": "Quick launch the websites where you are registered.", "version": "1.0.0", "icons": { "128": "images\/icon1.png" }, "browser_action": { "default_icon": "images\/icon1.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |