Simple Memo Extension

Simple Memo Extension

What is Simple Memo Extension?

Simple Memo Extension is a Chrome extension developed by cti-tl, and its main feature is "Simple Memo Extension".

Extension Screenshots

screenshot

Download Simple Memo Extension Extension CRX File

Download Simple Memo Extension 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

                        拡張機能のボタンを押すだけでポップアップするシンプルなメモツールです!

最大10個のメモを作成でき、記入した内容をリアルタイムでブラウザに保存できます!

【ご利用について】
・サーバーではなくブラウザにメモが保存されるため、
 記入したメモは他の端末では参照できませんのでご了承下さい!                    

Extension Basic Information

Name Simple Memo Extension Simple Memo Extension
ID cbjnjeodomlbimegfmenffenlfpndpoc
Official URL https://chromewebstore.google.com/detail/simple-memo-extension/cbjnjeodomlbimegfmenffenlfpndpoc
Description Simple Memo Extension
File Size 185 KB
Installation Count 96
Current Version 1.0.8
Last Updated 2023-04-08
Publish Date 2021-09-28
Developer cti-tl
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Memo Extension",
    "description": "Simple Memo Extension",
    "version": "1.0.8",
    "action": {
        "default_popup": ".\/dist\/index.html",
        "default_icon": {
            "19": "\/icons\/icon-19x19.png"
        }
    },
    "options_ui": {
        "page": ".\/dist\/index.html",
        "open_in_tab": true
    },
    "permissions": [],
    "manifest_version": 3,
    "icons": {
        "16": "\/icons\/icon-16x16.png",
        "19": "\/icons\/icon-19x19.png",
        "48": "\/icons\/icon-48x48.png",
        "128": "\/icons\/icon-128x128.png"
    }
}