Organize Tabs
Organize tabs in Google Chrome.
什麼是Organize Tabs?
Organize Tabs是由https://hacktoolkit.com開發的Chrome擴展程式,該擴展的主要功能是“Organize tabs in Google Chrome.”。
擴展截圖
下載Organize Tabs擴展crx文件
下載Organize Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Organize Google Chrome Tabs with the click of a button. Once you use this plugin, you'll never go back to manually wrangling your tabs ever again!
Features:
- Collate Tabs
- Consolidate All Tabs
- Consolidate Pinned vs Unpinned Tabs
- Deduplicate Tabs
- Sort Tabs in Window
- Close All Tabs from this Domain
- Close Blank Tabs
- Bring All Windows To Front 擴展基本資訊
| 名稱 | |
| ID | ebnlpacdgjnofakgfgbildmjdhbibnpa |
| 官方網址 | https://chromewebstore.google.com/detail/organize-tabs/ebnlpacdgjnofakgfgbildmjdhbibnpa |
| 簡介 | Organize tabs in Google Chrome. |
| 檔案大小 | 53.35 KB |
| 安裝次數 | 111 |
| 目前版本 | 0.9.0 |
| 更新時間 | 2023-01-20 |
| 上架時間 | 2020-09-23 |
| 評分 | 5.00/5 共 6 次評分 |
| 開發者 | https://hacktoolkit.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/hacktoolkit/organize-tabs-chrome-extension |
| 說明頁面URL | https://github.com/hacktoolkit/organize-tabs-chrome-extension |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Organize Tabs",
"version": "0.9.0",
"description": "Organize tabs in Google Chrome.",
"icons": {
"16": "img\/organize_tabs_icon_128.png",
"64": "img\/organize_tabs_icon_128.png",
"128": "img\/organize_tabs_icon_128.png"
},
"action": {
"default_icon": "img\/organize_tabs_icon_128.png",
"default_popup": "src\/popup.html",
"default_title": "Organize Tabs"
},
"author": "Hacktoolkit (@hacktoolkit)",
"options_ui": {
"page": "src\/options.html"
},
"permissions": [
"contextMenus",
"tabs"
],
"background": {
"service_worker": "src\/js\/organize_tabs.js"
},
"short_name": "Organize Tabs"
} | |