esa notifier
esa notifier "(\( ⁰⊖⁰)/)"
Wat is esa notifier?
esa notifier is een Chrome-extensie ontwikkeld door fukayatsu, en de belangrijkste functie is "esa notifier "(\( ⁰⊖⁰)/)"".
Extensie Screenshots
Download het CRX-bestand van de extensie esa notifier
Download esa notifier-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
esa notifier "(\( ⁰⊖⁰)/)"
Basisinformatie over de Extensie
Naam | |
ID | hgfdalcpdmhcdofmoafhmfjhgopohnfc |
Officiële URL | https://chrome.google.com/webstore/detail/esa-notifier/hgfdalcpdmhcdofmoafhmfjhgopohnfc |
Beschrijving | esa notifier "(\( ⁰⊖⁰)/)" |
Bestandsgrootte | 94.78 KB |
Aantal Installaties | 81 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2014-09-28 |
Publicatiedatum | 2014-09-28 |
Ontwikkelaar | fukayatsu |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "esa notifier", "version": "0.0.4", "permissions": [ "https:\/\/*.esa.io\/*", "notifications" ], "background": { "scripts": [ "js\/jquery-2.1.1.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon_close_128.png", "default_title": "esa notifier", "default_popup": "view\/popup.html" }, "icons": { "48": "img\/icon_open_48.png", "128": "img\/icon_open_128.png" } } |