Clip Memo

clip your memo!

What is Clip Memo?

Clip Memo is a Chrome extension developed by kimhyoungnams, and its main feature is "clip your memo!".

Extension Screenshots

screenshot
screenshot

Download Clip Memo Extension CRX File

Download Clip 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 simple note📝 in Chrome! 🎉 

Have you ever experienced saving or deleting short notes swiftly?
You can save your note like that with only one click of Clip icon. Say goodbye to heavy note application!👋 Clip is free and available for everyone.

Main Functions: 
- support text only
- change position of memo 
- adjust size of memo
- can paste text of memo

Important note:
DO NOT uninstall this app without taking backup of your text.

Any questions or concerns? Feel free to send a message.
Enjoy it! Thank you! 😉                    

Extension Basic Information

Name Clip Memo Clip Memo
ID lhhlfhfcbodmnhlmganoicageleckpfi
Official URL https://chromewebstore.google.com/detail/clip-memo/lhhlfhfcbodmnhlmganoicageleckpfi
Description clip your memo!
File Size 2.05 MB
Installation Count 30
Current Version 1.02
Last Updated 2021-08-26
Publish Date 2021-08-25
Rating 5.00/5 Total 5 Ratings
Developer kimhyoungnams
Email [email protected]
Payment Type free
Extension Website https://github.com/hyoungnam/clip
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Clip",
    "name": "Clip Memo",
    "description": "clip your memo!",
    "version": "1.02",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "background"
    ],
    "action": {
        "default_title": "Open Clip!",
        "default_icon": ".\/clip_icon.png"
    },
    "icons": {
        "128": ".\/clip_icon.png"
    }
}