Quickly Open

Quick launch the websites where you are registered.

What is Quickly Open?

Quickly Open is a Chrome extension developed by Unknown, and its main feature is "Quick launch the websites where you are registered.".

Extension Screenshots

screenshot

Download Quickly Open Extension CRX File

Download Quickly Open extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Quickly Open Quickly Open
ID occbokllndldgkpigdifcoffjhpghlkg
Official URL https://chromewebstore.google.com/detail/quickly-open/occbokllndldgkpigdifcoffjhpghlkg
Description Quick launch the websites where you are registered.
File Size 17.99 KB
Installation Count 17
Current Version 1.0.0
Last Updated 2019-04-16
Publish Date 2019-04-16
Developer Unknown
Payment Type free
Supported Languages 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"
    ]
}