U tabs
This extension will merge all the tabs from different windows into one window
U tabsとは何ですか?
U tabsはNeilによって開発されたChromeの拡張機能で、その主な機能は「This extension will merge all the tabs from different windows into one window」です。
拡張機能のスクリーンショット
U tabs拡張機能のCRXファイルをダウンロード
U tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Merge all the tabs from all the Chrome windows into the current window. 拡張機能の基本情報
| 名前 | |
| ID | jamieplpgaodmgkcjpigniafokfmmhjk |
| 公式URL | https://chromewebstore.google.com/detail/u-tabs/jamieplpgaodmgkcjpigniafokfmmhjk |
| 説明 | This extension will merge all the tabs from different windows into one window |
| ファイルサイズ | 9.38 KB |
| インストール数 | 102 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2017-03-16 |
| 公開日 | 2017-03-16 |
| 開発者 | Neil |
| 支払い方法 | free |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "U tabs",
"description": "This extension will merge all the tabs from different windows into one window",
"version": "1.0",
"background": {
"scripts": [
"merge.js"
]
},
"icons": {
"48": "icon48.png"
},
"browser_action": {
"default_icon": {
"16": "icon16.png",
"19": "icon19.png",
"32": "icon32.png",
"48": "icon48.png",
"64": "icon64.png",
"128": "icon128.png"
},
"default_title": "Merge all tabs"
},
"permissions": [
"tabs"
]
} | |