Sort those Tabs
Organize large browsing sessions with ease
什麼是Sort those Tabs?
Sort those Tabs是由purpleapps開發的Chrome擴展程式,該擴展的主要功能是“Organize large browsing sessions with ease”。
擴展截圖
下載Sort those Tabs擴展crx文件
下載Sort those Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Organizing your Chrome tabs in a large, multi-window browsing session can be a pain. Sort those Tabs makes this process quick and easy. - Access all your Chrome windows and tabs from the same page - Easily close, transfer, and re-order your Chrome tabs and windows - Automatically sort tabs by title or domain name - Automatically remove duplicate tabs - Apply or reset your changes with the click of a button Changelog for v1.1.0: - Updated button icons - Shortened button tooltip titles - Clicking on a tab now brings it into focus - Added session and window-level sorting for the following features: - Sorting by domain name - Sorting by tab title - Removal of duplicate tabs
擴展基本資訊
名稱 | Sort those Tabs |
ID | hkpcnabklhpajnjmmfmnpihcjjkojjpg |
官方網址 | https://chromewebstore.google.com/detail/sort-those-tabs/hkpcnabklhpajnjmmfmnpihcjjkojjpg |
簡介 | Organize large browsing sessions with ease |
檔案大小 | 215 KB |
安裝次數 | 310 |
目前版本 | 1.1.0 |
更新時間 | 2019-03-08 |
上架時間 | 2019-03-08 |
評分 | 3.60/5 共 5 次評分 |
開發者 | purpleapps |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/f-jiang/sort-those-tabs |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sort those Tabs", "description": "Organize large browsing sessions with ease", "version": "1.1.0", "browser_action": [], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "background" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |