NoteIT - Modern Sticky Notes App
Easily jot down and save your ideas.
Wat is NoteIT - Modern Sticky Notes App?
NoteIT - Modern Sticky Notes App is een Chrome-extensie ontwikkeld door Airdik, en de belangrijkste functie is "Easily jot down and save your ideas.".
Extensie Screenshots
Download het CRX-bestand van de extensie NoteIT - Modern Sticky Notes App
Download NoteIT - Modern Sticky Notes App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | clihcpdelgbhanijpdlmiihoaechmeed |
| Officiële URL | https://chromewebstore.google.com/detail/noteit-modern-sticky-note/clihcpdelgbhanijpdlmiihoaechmeed |
| Beschrijving | Easily jot down and save your ideas. |
| Bestandsgrootte | 21.07 KB |
| Aantal Installaties | 64 |
| Huidige Versie | 4.2.0 |
| Laatst Bijgewerkt | 2023-01-29 |
| Publicatiedatum | 2020-10-01 |
| Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Airdik |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://www.buymeacoffee.com/Airdik |
| Ondersteunde Talen | 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"
}
} | |