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 |
官方網址 | 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 |
電子郵箱 | [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" } } |