Multi-tab
A browser extension to open and group a bunch of tabs from a list of URLs.
Multi-tabとは何ですか?
Multi-tabはLuke Carrierによって開発されたChromeの拡張機能で、その主な機能は「A browser extension to open and group a bunch of tabs from a list of URLs.」です。
拡張機能のスクリーンショット
Multi-tab拡張機能のCRXファイルをダウンロード
Multi-tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Stop juggling tabs and let this clown do it for you.
-> Paste URLs into the input, optionally select a tab group and save some serious clicking.
-> Copy URLs from an existing tab group and paste them elsewhere. 拡張機能の基本情報
| 名前 | |
| ID | aecmnemhogbiohkomdlbgklhlamaihhi |
| 公式URL | https://chromewebstore.google.com/detail/multi-tab/aecmnemhogbiohkomdlbgklhlamaihhi |
| 説明 | A browser extension to open and group a bunch of tabs from a list of URLs. |
| ファイルサイズ | 29.14 KB |
| インストール数 | 178 |
| 現在のバージョン | 0.3.0 |
| 最終更新日 | 2022-06-26 |
| 公開日 | 2021-11-19 |
| 開発者 | Luke Carrier |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/LukeCarrier/multi-tab |
| ヘルプページのURL | https://github.com/LukeCarrier/multi-tab/discussions |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"$schema": "https:\/\/json.schemastore.org\/webextension.json",
"manifest_version": 3,
"name": "Multi-tab",
"description": "A browser extension to open and group a bunch of tabs from a list of URLs.",
"homepage_url": "https:\/\/github.com\/LukeCarrier\/multi-tab",
"developer": {
"name": "Luke Carrier",
"url": "https:\/\/luke.carrier.im"
},
"version": "0.3.0",
"permissions": [
"tabs",
"tabGroups"
],
"default_locale": "en",
"action": {
"browser_style": true,
"default_title": "Multi-tab",
"default_popup": "popup\/index.html",
"default_icon": {
"16": "icons\/logo-16.png",
"19": "icons\/logo-19.png",
"32": "icons\/logo-32.png",
"38": "icons\/logo-38.png"
}
},
"icons": {
"48": "icons\/logo-48.png",
"96": "icons\/logo-96.png",
"128": "icons\/logo-128.png",
"256": "icons\/logo-256.png",
"512": "icons\/logo-512.png"
}
} | |