Clip Memo

clip your memo!

Qu'est-ce que Clip Memo ?

Clip Memo est une extension Chrome développée par kimhyoungnams, et sa fonction principale est "clip your memo!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Clip Memo

Téléchargez les fichiers d'extension Clip Memo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Clip Memo Clip Memo
ID lhhlfhfcbodmnhlmganoicageleckpfi
URL Officiel https://chromewebstore.google.com/detail/clip-memo/lhhlfhfcbodmnhlmganoicageleckpfi
Description clip your memo!
Taille du Fichier 2.05 MB
Nombre d'Installations 30
Version Actuelle 1.02
Dernière Mise à Jour 2021-08-26
Date de Publication 2021-08-25
Évaluation 5.00/5 Total 5 Évaluations
Développeur kimhyoungnams
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/hyoungnam/clip
Langues Prises en Charge 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"
    }
}