NoteIT - Modern Sticky Notes App
Easily jot down and save your ideas.
Hvad er NoteIT - Modern Sticky Notes App?
NoteIT - Modern Sticky Notes App er en Chrome-udvidelse udviklet af Airdik, og dens hovedfunktion er "Easily jot down and save your ideas.".
Udvidelsesskærmbilleder
Download NoteIT - Modern Sticky Notes App-udvidelses-CRX-fil
Download NoteIT - Modern Sticky Notes App-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
Easily write down your thoughts and ideas with NoteIT. Whether you are in class, at a coffee shop, or at home, save your thoughts with one click!
Grundlæggende oplysninger om udvidelsen
Navn | NoteIT - Modern Sticky Notes App |
ID | clihcpdelgbhanijpdlmiihoaechmeed |
Officiel URL | https://chromewebstore.google.com/detail/noteit-modern-sticky-note/clihcpdelgbhanijpdlmiihoaechmeed |
Beskrivelse | Easily jot down and save your ideas. |
Filstørrelse | 21.07 KB |
Antal Installationer | 64 |
Nuværende Version | 4.2.0 |
Senest Opdateret | 2023-01-29 |
Udgivelsesdato | 2020-10-01 |
Bedømmelse | 5.00/5 Samlet 7 Bedømmelser |
Udvikler | Airdik |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://www.buymeacoffee.com/Airdik |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NoteIT - Modern Sticky Notes App", "description": "Easily jot down and save your ideas.", "permissions": [ "activeTab", "tabs", "storage" ], "version": "4.2.0", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" }, "default_title": "NoteIT", "default_popup": "popup.html" }, "host_permissions": [ "http:\/\/*\/*" ], "background": { "service_worker": "background.js" } } |