Quick Notes

Create and check notes quickly

Qu'est-ce que Quick Notes ?

Quick Notes est une extension Chrome développée par Jonny Chan, et sa fonction principale est "Create and check notes quickly".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Quick Notes

Téléchargez les fichiers d'extension Quick Notes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The Ultimate Chrome Extension for Lightning-Fast Note Taking! 

Turning you into a note ninja! 

Looking for a fast and easy way to jot down your ideas and notes while browsing the web? Look no further than our Chrome extension for note taking! With just a few clicks, you can quickly add notes to your browser, including a title and body for easy retrieval later on.

Not only is our extension incredibly convenient, but it's also completely secure. All data is stored locally on your computer, and we never access your information. Plus, our simple, lightweight UI is designed to help you stay focused and avoid distractions while you work.

So if you're tired of cluttered desktops and scattered notes, try our Chrome extension for note taking today!                    

Informations de Base sur l'Extension

Nom Quick Notes Quick Notes
ID ldlojlfndankcgnpghmekgmahifefbod
URL Officiel https://chromewebstore.google.com/detail/quick-notes/ldlojlfndankcgnpghmekgmahifefbod
Description Create and check notes quickly
Taille du Fichier 471 KB
Nombre d'Installations 1,574
Version Actuelle 1.2.4
Dernière Mise à Jour 2024-03-03
Date de Publication 2014-09-04
Évaluation 4.00/5 Total 5 Évaluations
Développeur Jonny Chan
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Notes",
    "description": "Create and check notes quickly",
    "version": "1.2.4",
    "manifest_version": 3,
    "icons": {
        "48": "img\/icon.png"
    },
    "action": {
        "default_icon": "img\/icon.png",
        "default_title": "Quick Notes",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    }
}