TabOrganizer
This extension provides quick actions to manage tabs.
TabOrganizerとは何ですか?
TabOrganizerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension provides quick actions to manage tabs.」です。
拡張機能のスクリーンショット
TabOrganizer拡張機能のCRXファイルをダウンロード
TabOrganizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple Chrome extension to manage tabs. Offers the follow commands:
- Sort By Title
- Sorts all tabs in the current window by the Title of the page loaded in the tab.
- Sort By Website
- Sorts all tabs in the current window by the URL of the page loaded in the tab.
- Sort By Domain
- Sorts all tabs in the current window by the root domain the page loaded in the tab. This ignores all subdomains.
- Merge All Windows
- Moves all tabs from other windows and appends them to the end of the current window.
- Move Tab to New Window
- Creates a new window with the current tab. 拡張機能の基本情報
| 名前 | |
| ID | pihippcgjjgehpboiemeenhclbohhblo |
| 公式URL | https://chromewebstore.google.com/detail/taborganizer/pihippcgjjgehpboiemeenhclbohhblo |
| 説明 | This extension provides quick actions to manage tabs. |
| ファイルサイズ | 21.05 KB |
| インストール数 | 58 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2020-05-14 |
| 公開日 | 2020-05-13 |
| 評価 | 4.67/5 合計 3 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/adrum/chrome-tab-organizer |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TabOrganizer",
"version": "1.0.1",
"manifest_version": 2,
"description": "This extension provides quick actions to manage tabs.",
"homepage_url": "https:\/\/github.com\/adrum\/chrome-tab-organizer",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "TabOrganizer",
"default_popup": "src\/browser_action\/browser_action.html"
},
"permissions": [
"tabs"
]
} | |