Quick Notes

Make and access notes quickly, at the launch of a new tab.

Qu'est-ce que Quick Notes ?

Quick Notes est une extension Chrome développée par sagar0907, et sa fonction principale est "Make and access notes quickly, at the launch of a new tab.".

Captures d'Écran de l'Extension

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

                        Quick Notes lets you make notes on the fly which are accessible at the launch a new tab.
It helps you organise your notes and colour code them as you please. It lets you add rich formatted text, images and links. Also drag and drop pretty much any thing you find interesting while you browse the internet.
You can contribute at https://github.com/sagar0907/quickNotes. Feature requests are welcome.                    

Informations de Base sur l'Extension

Nom Quick Notes Quick Notes
ID igjmkejolekkpjnaeknjgaghhlhhekle
URL Officiel https://chromewebstore.google.com/detail/quick-notes/igjmkejolekkpjnaeknjgaghhlhhekle
Description Make and access notes quickly, at the launch of a new tab.
Taille du Fichier 1.03 MB
Nombre d'Installations 1,883
Version Actuelle 0.0.1.5
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 4.00/5 Total 9 Évaluations
Développeur sagar0907
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Notes",
    "short_name": "Quick Notes",
    "description": "Make and access notes quickly, at the launch of a new tab.",
    "version": "0.0.1.5",
    "browser_action": {
        "default_icon": "images\/Quick_Note_Icon_48.png",
        "default_title": "Quick Notes"
    },
    "icons": {
        "16": "images\/Quick_Note_Icon_16.png",
        "48": "images\/Quick_Note_Icon_48.png",
        "128": "images\/Quick_Note_Icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "html\/newtab.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "background",
        "contextMenus",
        "storage",
        "clipboardRead",
        "clipboardWrite"
    ],
    "background": {
        "page": "html\/background.html",
        "persistent": true
    }
}