Tabs Genie
Whether you are a social media binger, software developer, research expert, or just someone who likes to use a lot of tabs, tabs…
什麼是Tabs Genie?
Tabs Genie是由Drew Gallagher開發的Chrome擴展程式,該擴展的主要功能是“Whether you are a social media binger, software developer, research expert, or just someone who likes to use a lot of tabs, tabs…”。
擴展截圖
下載Tabs Genie擴展crx文件
下載Tabs Genie擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Whether you are a social media binger, software developer, research expert, or just someone who likes to use a lot of tabs, tabs are always a problem! Too many tabs will clutter your browser, your mind, and deter your productivity. What if you could stop organizing and just get stuff done? Introducing Tabs Genie, the auto tab sorter. It's very simple. It sorts your chrome tabs in the background at the frequency you choose. Select a frequency (or go with the default of every second) and let Tabs Genie do all the work. Stop wasting time organizing your tab order and getting lost in the chrome tab jungle. Let Tabs Genie do it for you.
擴展基本資訊
名稱 | Tabs Genie |
ID | agneehneblglmeilffcaaceoiidfgbcn |
官方網址 | https://chromewebstore.google.com/detail/tabs-genie/agneehneblglmeilffcaaceoiidfgbcn |
簡介 | Whether you are a social media binger, software developer, research expert, or just someone who likes to use a lot of tabs, tabs… |
檔案大小 | 75.81 KB |
安裝次數 | 39 |
目前版本 | 1.1 |
更新時間 | 2023-03-04 |
上架時間 | 2023-02-28 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Drew Gallagher |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tabs Genie", "version": "1.1", "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |