Random Tab Switch
Random Tab Switch
Wat is Random Tab Switch?
Random Tab Switch is een Chrome-extensie ontwikkeld door KVS, en de belangrijkste functie is "Random Tab Switch".
Extensie Screenshots
Download het CRX-bestand van de extensie Random Tab Switch
Download Random Tab Switch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Switches to a random tab and gives you the option of closing the current one as well. Basisinformatie over de Extensie
| Naam | |
| ID | gigmnjjlmahpfcjclcbbjffobbnhgmmj |
| Officiële URL | https://chrome.google.com/webstore/detail/random-tab-switch/gigmnjjlmahpfcjclcbbjffobbnhgmmj |
| Beschrijving | Random Tab Switch |
| Bestandsgrootte | 13.06 KB |
| Aantal Installaties | 581 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2019-02-06 |
| Publicatiedatum | 2019-02-06 |
| Beoordeling | 4.67/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | KVS |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |