Tab Shuffler
Randomize the tab order in your browser window.
Tab Shufflerとは何ですか?
Tab Shufflerはporkbunによって開発されたChromeの拡張機能で、その主な機能は「Randomize the tab order in your browser window.」です。
拡張機能のスクリーンショット
Tab Shuffler拡張機能のCRXファイルをダウンロード
Tab Shuffler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Useful for making decisions (what to buy, what to watch, etc.) Note: The "This extension is not trusted by Enhanced Safe Browsing." message is due to the fact that this is a relatively new developer account and should go away on its own soon.
拡張機能の基本情報
名前 | Tab Shuffler |
ID | jfaiappknhlmbkffdpfbnpfiajmfgfbl |
公式URL | https://chromewebstore.google.com/detail/tab-shuffler/jfaiappknhlmbkffdpfbnpfiajmfgfbl |
説明 | Randomize the tab order in your browser window. |
ファイルサイズ | 13.56 KB |
インストール数 | 571 |
現在のバージョン | 0.1.1 |
最終更新日 | 2022-09-29 |
公開日 | 2022-09-28 |
評価 | 4.67/5 合計 6 レビュー |
開発者 | porkbun |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Shuffler", "description": "Randomize the tab order in your browser window.", "version": "0.1.1", "manifest_version": 3, "action": { "default_title": "Randomize the order of the tabs in this window. Right-click to undo.", "default_icon": { "16": "\/images\/icon16-o.png", "32": "\/images\/icon32-o.png", "48": "\/images\/icon48-o.png", "128": "\/images\/icon128-o.png" } }, "icons": { "16": "\/images\/icon16-o.png", "32": "\/images\/icon32-o.png", "48": "\/images\/icon48-o.png", "128": "\/images\/icon128-o.png" }, "permissions": [ "contextMenus", "storage" ], "background": { "service_worker": "background.js" } } |