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" ] } |