Quickly open multiple URLs
Quickly open multiple URLs with one click
Quickly open multiple URLsとは何ですか?
Quickly open multiple URLsはno.web.developerによって開発されたChromeの拡張機能で、その主な機能は「Quickly open multiple URLs with one click」です。
拡張機能のスクリーンショット
Quickly open multiple URLs拡張機能のCRXファイルをダウンロード
Quickly open multiple URLs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
**Details**
Implement a one-click extension icon to batch open user-defined multiple urls, while also allowing the allocation of a keyboard shortcut key.
**Support**
This tool is open source based on the MIT license. For more information, please visit: https://github.com/LightAPIs/quickly-open-multiple-urls 拡張機能の基本情報
| 名前 | |
| ID | nejkfbfcdikidcojhbnhoojilngpcofc |
| 公式URL | https://chromewebstore.google.com/detail/quickly-open-multiple-url/nejkfbfcdikidcojhbnhoojilngpcofc |
| 説明 | Quickly open multiple URLs with one click |
| ファイルサイズ | 133 KB |
| インストール数 | 223 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2021-07-01 |
| 公開日 | 2021-07-01 |
| 開発者 | no.web.developer |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/LightAPIs/quickly-open-multiple-urls |
| ヘルプページのURL | https://github.com/LightAPIs/quickly-open-multiple-urls |
| プライバシーポリシーページのURL | https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621 |
| 対応言語 | en,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Quickly open multiple URLs",
"description": "__MSG_extDes__",
"version": "1.0.0",
"author": "pana",
"homepage_url": "https:\/\/github.com\/LightAPIs\/quickly-open-multiple-urls",
"default_locale": "en",
"options_page": "options.html",
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"background": {
"page": "background.html",
"persistent": false
},
"browser_action": {
"default_title": "Quickly open multiple URLs"
},
"permissions": [
"storage"
]
} | |