Quickly Open

Quick launch the websites where you are registered.

什麼是Quickly Open?

Quickly Open是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Quick launch the websites where you are registered.”。

擴展截圖

screenshot

下載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 Quickly Open
ID occbokllndldgkpigdifcoffjhpghlkg
官方網址 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"
    ]
}