Tab Russian Roulette
Click the icon and one of your tabs will randomly close
Vad är Tab Russian Roulette?
Tab Russian Roulette är en Chrome-tillägg utvecklad av Cory Forsyth, och dess huvudfunktion är "Click the icon and one of your tabs will randomly close".
Tilläggsskärmbilder
Ladda ner Tab Russian Roulette-förlängningens CRX-fil
Ladda ner Tab Russian Roulette-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | ajafloldbkdcemphhlfjlcpdocdfpmei |
| Officiell webbadress | https://chromewebstore.google.com/detail/tab-russian-roulette/ajafloldbkdcemphhlfjlcpdocdfpmei |
| Beskrivning | Click the icon and one of your tabs will randomly close |
| Filstorlek | 18.11 KB |
| Antal Installationer | 94 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2017-02-12 |
| Publiceringsdatum | 2017-02-12 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Cory Forsyth |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
}
} | |