Quick Notes

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

Wat is Quick Notes?

Quick Notes is een Chrome-extensie ontwikkeld door sagar0907, en de belangrijkste functie is "Make and access notes quickly, at the launch of a new tab.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Quick Notes

Download 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

                        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.                    

Basisinformatie over de Extensie

Naam Quick Notes Quick Notes
ID igjmkejolekkpjnaeknjgaghhlhhekle
Officiële URL https://chromewebstore.google.com/detail/quick-notes/igjmkejolekkpjnaeknjgaghhlhhekle
Beschrijving Make and access notes quickly, at the launch of a new tab.
Bestandsgrootte 1.03 MB
Aantal Installaties 1,883
Huidige Versie 0.0.1.5
Laatst Bijgewerkt 2019-03-08
Publicatiedatum 2019-03-08
Beoordeling 4.00/5 Totaal 9 Beoordelingen
Ontwikkelaar sagar0907
Betalingswijze free
Ondersteunde Talen 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
    }
}