Clip Memo

clip your memo!

Clip Memoとは何ですか?

Clip Memoはkimhyoungnamsによって開発されたChromeの拡張機能で、その主な機能は「clip your memo!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Clip Memo拡張機能のCRXファイルをダウンロード

Clip Memo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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! 😉                    

拡張機能の基本情報

名前 Clip Memo Clip Memo
ID lhhlfhfcbodmnhlmganoicageleckpfi
公式URL https://chromewebstore.google.com/detail/clip-memo/lhhlfhfcbodmnhlmganoicageleckpfi
説明 clip your memo!
ファイルサイズ 2.05 MB
インストール数 30
現在のバージョン 1.02
最終更新日 2021-08-26
公開日 2021-08-25
評価 5.00/5 合計 5 レビュー
開発者 kimhyoungnams
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/hyoungnam/clip
対応言語 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"
    }
}