Random Tab Switch
Random Tab Switch
Hvad er Random Tab Switch?
Random Tab Switch er en Chrome-udvidelse udviklet af KVS, og dens hovedfunktion er "Random Tab Switch".
Udvidelsesskærmbilleder
Download Random Tab Switch-udvidelses-CRX-fil
Download Random Tab Switch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Switches to a random tab and gives you the option of closing the current one as well.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gigmnjjlmahpfcjclcbbjffobbnhgmmj |
Officiel URL | https://chrome.google.com/webstore/detail/random-tab-switch/gigmnjjlmahpfcjclcbbjffobbnhgmmj |
Beskrivelse | Random Tab Switch |
Filstørrelse | 13.06 KB |
Antal Installationer | 581 |
Nuværende Version | 0.1.0 |
Senest Opdateret | 2019-02-06 |
Udgivelsesdato | 2019-02-06 |
Bedømmelse | 4.67/5 Samlet 6 Bedømmelser |
Udvikler | KVS |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Tab Switch", "description": "Random Tab Switch", "version": "0.1.0", "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "dice128.png" }, "permissions": [ "activeTab", "tabs", "contextMenus", "storage" ], "icons": { "16": "dice16.png", "48": "dice48.png", "128": "dice128.png" } } |