Tab Shuffler
Randomize the tab order in your browser window.
Was ist Tab Shuffler?
Tab Shuffler ist eine Chrome-Erweiterung, die von porkbun entwickelt wurde, und ihr Hauptmerkmal ist "Randomize the tab order in your browser window.".
Erweiterungsscreenshots
Tab Shuffler-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Shuffler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jfaiappknhlmbkffdpfbnpfiajmfgfbl |
| Offizielle URL | https://chromewebstore.google.com/detail/tab-shuffler/jfaiappknhlmbkffdpfbnpfiajmfgfbl |
| Beschreibung | Randomize the tab order in your browser window. |
| Dateigröße | 13.56 KB |
| Installationsanzahl | 571 |
| Aktuelle Version | 0.1.1 |
| Letztes Update | 2022-09-29 |
| Veröffentlichungsdatum | 2022-09-28 |
| Bewertung | 4.67/5 Insgesamt 6 Bewertungen |
| Entwickler | porkbun |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |