Tab Defrag
Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…
Tab Defragとは何ですか?
Tab DefragはSampsonによって開発されたChromeの拡張機能で、その主な機能は「Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…」です。
拡張機能のスクリーンショット
Tab Defrag拡張機能のCRXファイルをダウンロード
Tab Defrag拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to read the URL for each tab, and to assign it a new placement. Tab Defrag does nothing more. 拡張機能の基本情報
| 名前 | |
| ID | dfeliknbmopheafjaelmilpgfmfjiopl |
| 公式URL | https://chromewebstore.google.com/detail/tab-defrag/dfeliknbmopheafjaelmilpgfmfjiopl |
| 説明 | Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to… |
| ファイルサイズ | 33.75 KB |
| インストール数 | 30 |
| 現在のバージョン | 0.0.4 |
| 最終更新日 | 2021-03-15 |
| 公開日 | 2019-12-22 |
| 開発者 | Sampson |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.twitter.com/jonathansampson |
| ヘルプページのURL | https://www.twitter.com/jonathansampson |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Defrag",
"version": "0.0.4",
"manifest_version": 2,
"permissions": [
"tabs"
],
"browser_action": {
"default_title": "Tab Defrag"
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
}
} | |