Chrome Quick Notes
Write a note!
Wat is Chrome Quick Notes?
Chrome Quick Notes is een Chrome-extensie ontwikkeld door Romkaq, en de belangrijkste functie is "Write a note!".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome Quick Notes
Download Chrome Quick Notes-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
A simple notepad extension for Google Chrome. Click on extension icon and take a note! Extension remembers your notes , even after closing chrome or restarting your computer! You can save your note as txt file!
Basisinformatie over de Extensie
Naam | Chrome Quick Notes |
ID | ihfekgbkjbnaglhgpkpaajnlnihppidk |
Officiële URL | https://chromewebstore.google.com/detail/chrome-quick-notes/ihfekgbkjbnaglhgpkpaajnlnihppidk |
Beschrijving | Write a note! |
Bestandsgrootte | 18.1 KB |
Aantal Installaties | 110 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2022-07-31 |
Publicatiedatum | 2021-08-26 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Romkaq |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://rq-dev.github.io/chrome-extensions-privacy-policy |
Ondersteunde Talen | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrome Quick Notes", "description": "Write a note!", "version": "2.0", "icons": { "128": "icon128.png" }, "action": { "default_title": "Chrome Quick Notes", "default_popup": "popup.html" }, "permissions": [ "storage", "downloads" ], "incognito": "split", "default_locale": "en" } |