esa notifier
esa notifier "(\( ⁰⊖⁰)/)"
What is esa notifier?
esa notifier is a Chrome extension developed by fukayatsu, and its main feature is "esa notifier "(\( ⁰⊖⁰)/)"".
Extension Screenshots
Download esa notifier Extension CRX File
Download esa notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
esa notifier "(\( ⁰⊖⁰)/)"
Extension Basic Information
Name | |
ID | hgfdalcpdmhcdofmoafhmfjhgopohnfc |
Official URL | https://chrome.google.com/webstore/detail/esa-notifier/hgfdalcpdmhcdofmoafhmfjhgopohnfc |
Description | esa notifier "(\( ⁰⊖⁰)/)" |
File Size | 94.78 KB |
Installation Count | 81 |
Current Version | 0.0.4 |
Last Updated | 2014-09-28 |
Publish Date | 2014-09-28 |
Developer | fukayatsu |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |