エベメモ
ワンクリックでシンプルなメモスペースを表示します。(追加機能あり)
What is エベメモ?
エベメモ is a Chrome extension developed by https://www.eveq.net, and its main feature is "ワンクリックでシンプルなメモスペースを表示します。(追加機能あり)".
Extension Screenshots
Download エベメモ Extension CRX File
Download エベメモ 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
シンプルなメモを表示します。 自動的に保存されるメモです。 またエベ休の在室者を表示する機能もあります。 それについてはhttp://www.eveq.net/chrome/を参照してください。
Extension Basic Information
Name | |
ID | hagpdcdiacnilneknnbcdnlblldhmglo |
Official URL | https://chromewebstore.google.com/detail/%E3%82%A8%E3%83%99%E3%83%A1%E3%83%A2/hagpdcdiacnilneknnbcdnlblldhmglo |
Description | ワンクリックでシンプルなメモスペースを表示します。(追加機能あり) |
File Size | 36.94 KB |
Installation Count | 11 |
Current Version | 0.0.3 |
Last Updated | 2016-01-15 |
Publish Date | 2016-01-15 |
Rating | 4.00/5 Total 1 Ratings |
Developer | https://www.eveq.net |
[email protected] | |
Payment Type | free |
Extension Website | http://www.eveq.net/chrome/ |
Privacy Policy Page URL | https://www.nakayuki.net/abema-ext/privacypolicy.html |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u30a8\u30d9\u30e1\u30e2", "version": "0.0.3", "description": "\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u3067\u30b7\u30f3\u30d7\u30eb\u306a\u30e1\u30e2\u30b9\u30da\u30fc\u30b9\u3092\u8868\u793a\u3057\u307e\u3059\u3002\uff08\u8ffd\u52a0\u6a5f\u80fd\u3042\u308a\uff09", "icons": { "24": "24.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/chatx2.whocares.jp\/", "http:\/\/*.eveq.net\/" ], "background": { "scripts": [ "bg.js" ] }, "options_page": "option.html" } |