Random Tab Switch
Random Tab Switch
Cos'è Random Tab Switch?
Random Tab Switch è un'estensione di Chrome sviluppata da KVS, e la sua funzione principale è "Random Tab Switch".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Random Tab Switch
Scarica i file di estensione Random Tab Switch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Switches to a random tab and gives you the option of closing the current one as well.
Informazioni di Base sull'Estensione
Nome | |
ID | gigmnjjlmahpfcjclcbbjffobbnhgmmj |
URL Ufficiale | https://chrome.google.com/webstore/detail/random-tab-switch/gigmnjjlmahpfcjclcbbjffobbnhgmmj |
Descrizione | Random Tab Switch |
Dimensione del File | 13.06 KB |
Conteggio Installazioni | 581 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2019-02-06 |
Data di Pubblicazione | 2019-02-06 |
Valutazione | 4.67/5 Totale 6 Valutazioni |
Sviluppatore | KVS |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |