Tab Shuffler
Randomize the tab order in your browser window.
Vad är Tab Shuffler?
Tab Shuffler är en Chrome-tillägg utvecklad av porkbun, och dess huvudfunktion är "Randomize the tab order in your browser window.".
Tilläggsskärmbilder
Ladda ner Tab Shuffler-förlängningens CRX-fil
Ladda ner Tab Shuffler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Tab Shuffler |
ID | jfaiappknhlmbkffdpfbnpfiajmfgfbl |
Officiell webbadress | https://chromewebstore.google.com/detail/tab-shuffler/jfaiappknhlmbkffdpfbnpfiajmfgfbl |
Beskrivning | Randomize the tab order in your browser window. |
Filstorlek | 13.56 KB |
Antal Installationer | 571 |
Aktuell Version | 0.1.1 |
Senast Uppdaterad | 2022-09-29 |
Publiceringsdatum | 2022-09-28 |
Betyg | 4.67/5 Totalt 6 Betyg |
Utvecklare | porkbun |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |