CoinTab
Delight your tabs with mario sounds
Wat is CoinTab?
CoinTab is een Chrome-extensie ontwikkeld door KennyPizza, en de belangrijkste functie is "Delight your tabs with mario sounds".
Extensie Screenshots
Download het CRX-bestand van de extensie CoinTab
Download CoinTab-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
Make opening and closing your tabs delightful by adding classic Mario sounds to your browser! Follow me on twitter @kenny_pizza
Basisinformatie over de Extensie
Naam | |
ID | ebgnlfhfojdpkeajnnhiehjmbfhklflo |
Officiële URL | https://chrome.google.com/webstore/detail/cointab/ebgnlfhfojdpkeajnnhiehjmbfhklflo |
Beschrijving | Delight your tabs with mario sounds |
Bestandsgrootte | 139 KB |
Aantal Installaties | 121 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-01-15 |
Publicatiedatum | 2017-01-15 |
Beoordeling | 4.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | KennyPizza |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CoinTab", "version": "1.0", "description": "Delight your tabs with mario sounds", "author": "@kenny_pizza", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "shroom.png", "48": "shroom.png", "128": "shroom.png" }, "browser_action": { "default_icon": "shroom.png", "deault_title": "CoinTab" }, "manifest_version": 2 } |