Clip Memo
clip your memo!
Hvad er Clip Memo?
Clip Memo er en Chrome-udvidelse udviklet af kimhyoungnams, og dens hovedfunktion er "clip your memo!".
Udvidelsesskærmbilleder
Download Clip Memo-udvidelses-CRX-fil
Download Clip Memo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! 😉 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lhhlfhfcbodmnhlmganoicageleckpfi |
| Officiel URL | https://chromewebstore.google.com/detail/clip-memo/lhhlfhfcbodmnhlmganoicageleckpfi |
| Beskrivelse | clip your memo! |
| Filstørrelse | 2.05 MB |
| Antal Installationer | 30 |
| Nuværende Version | 1.02 |
| Senest Opdateret | 2021-08-26 |
| Udgivelsesdato | 2021-08-25 |
| Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
| Udvikler | kimhyoungnams |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/hyoungnam/clip |
| Understøttede Sprog | 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"
}
} | |