SoundMail
Add sounds to your gmail!
Wat is SoundMail?
SoundMail is een Chrome-extensie ontwikkeld door joonatoona, en de belangrijkste functie is "Add sounds to your gmail!".
Download het CRX-bestand van de extensie SoundMail
Download SoundMail-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
Have you ever wanted to add sounds to your Gmail? This plugin adds mario sound effects to your gmail! Sounds are specified for: Email revived. Email send. Email deleted. Draft deleted. Email starred. *REMOVED* Inbox reloaded. *REMOVED BECAUSE IT WAS ANNOYING* Category expanded.
Basisinformatie over de Extensie
Naam | |
ID | jfcaiimeoaecbgppjciopiedmfgipmib |
Officiële URL | https://chrome.google.com/webstore/detail/soundmail/jfcaiimeoaecbgppjciopiedmfgipmib |
Beschrijving | Add sounds to your gmail! |
Bestandsgrootte | 98.97 KB |
Aantal Installaties | 14 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2015-07-08 |
Publicatiedatum | 2015-07-08 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | joonatoona |
Betalingswijze | free |
Extensiewebsite | http://digitalfishfun.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SoundMail", "version": "0.2", "description": "Add sounds to your gmail!", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "jquery-1.11.3.min.js", "gmail.js", "main.js" ], "manifest_version": 2 } |