Popup Memo
Simple memo opens from pop-up.
What is Popup Memo?
Popup Memo is a Chrome extension developed by 痛ったい, and its main feature is "Simple memo opens from pop-up.".
Extension Screenshots
Download Popup Memo Extension CRX File
Download Popup Memo 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
Save your memo automatically when popup closes. Data is stored in storage area of the extension and the data will be shown in the popup when you restart your browser.
Extension Basic Information
Name | Popup Memo |
ID | mmkbpninbdnjaocadhomhcadglnkafeb |
Official URL | https://chromewebstore.google.com/detail/popup-memo/mmkbpninbdnjaocadhomhcadglnkafeb |
Description | Simple memo opens from pop-up. |
File Size | 9.79 KB |
Installation Count | 97 |
Current Version | 0.2 |
Last Updated | 2020-03-08 |
Publish Date | 2020-03-08 |
Developer | 痛ったい |
[email protected] | |
Payment Type | free |
Extension Website | https://addons.mozilla.org/en-US/firefox/addon/popup-memo/ |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "0.2", "default_locale": "en", "author": "\u75db\u3063\u305f\u3044", "icons": { "16": "icons\/popup-memo16.png", "32": "icons\/popup-memo32.png", "64": "icons\/popup-memo64.png" }, "browser_action": { "default_icon": { "16": "icons\/popup-memo16.png", "32": "icons\/popup-memo32.png", "64": "icons\/popup-memo64.png" }, "default_title": "Memo", "default_popup": "memo.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options.html" }, "permissions": [ "storage" ] } |