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 |
公式URL | 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 |
Eメール | [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" ] } |