Tab Russian Roulette
Click the icon and one of your tabs will randomly close
Wat is Tab Russian Roulette?
Tab Russian Roulette is een Chrome-extensie ontwikkeld door Cory Forsyth, en de belangrijkste functie is "Click the icon and one of your tabs will randomly close".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Russian Roulette
Download Tab Russian Roulette-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
Basisinformatie over de Extensie
| Naam | |
| ID | ajafloldbkdcemphhlfjlcpdocdfpmei |
| Officiële URL | https://chromewebstore.google.com/detail/tab-russian-roulette/ajafloldbkdcemphhlfjlcpdocdfpmei |
| Beschrijving | Click the icon and one of your tabs will randomly close |
| Bestandsgrootte | 18.11 KB |
| Aantal Installaties | 94 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2017-02-12 |
| Publicatiedatum | 2017-02-12 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Cory Forsyth |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Russian Roulette",
"short_name": "Tab Russian Roulette",
"manifest_version": 2,
"version": "0.1",
"description": "Click the icon and one of your tabs will randomly close",
"author": "Cory Forsyth",
"icons": {
"64": "icon\/hand-gun-64.png",
"128": "icon\/hand-gun-128.png"
},
"browser_action": {
"default_icon": {
"128": "icon\/hand-gun-128.png",
"64": "icon\/hand-gun-64.png"
},
"default_title": "Tab Russian Roulette"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
} | |