Clip Memo
clip your memo!
Cos'è Clip Memo?
Clip Memo è un'estensione di Chrome sviluppata da kimhyoungnams, e la sua funzione principale è "clip your memo!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clip Memo
Scarica i file di estensione Clip Memo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! 😉 Informazioni di Base sull'Estensione
| Nome | |
| ID | lhhlfhfcbodmnhlmganoicageleckpfi |
| URL Ufficiale | https://chromewebstore.google.com/detail/clip-memo/lhhlfhfcbodmnhlmganoicageleckpfi |
| Descrizione | clip your memo! |
| Dimensione del File | 2.05 MB |
| Conteggio Installazioni | 30 |
| Versione Corrente | 1.02 |
| Ultimo Aggiornamento | 2021-08-26 |
| Data di Pubblicazione | 2021-08-25 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | kimhyoungnams |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/hyoungnam/clip |
| Lingue Supportate | 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"
}
} | |