Notable

Sticky Notes and Note Taking Chrome Extension!

Wat is Notable?

Notable is een Chrome-extensie ontwikkeld door Genuvo, en de belangrijkste functie is "Sticky Notes and Note Taking Chrome Extension!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Notable

Download Notable-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

                        Notable is a chrome extension that aids with note taking. It has three main features. First, it allows the user to create and write on sticky notes of different colors which automatically save and persist even if the device shuts down. Second, the extension lets the user write annotations directly on the web page once the draw button is pressed. Third, it has a screenshot button which captures the web page with the annotations on it in a png file.

Created by Neha Dalia and Sneha Jog                    

Basisinformatie over de Extensie

Naam Notable Notable
ID ckhhdfhcoijmbejbeigjcjdfflnmeeje
Officiële URL https://chromewebstore.google.com/detail/notable/ckhhdfhcoijmbejbeigjcjdfflnmeeje
Beschrijving Sticky Notes and Note Taking Chrome Extension!
Bestandsgrootte 711 KB
Aantal Installaties 733
Huidige Versie 1.1
Laatst Bijgewerkt 2020-08-23
Publicatiedatum 2020-08-18
Beoordeling 4.50/5 Totaal 6 Beoordelingen
Ontwikkelaar Genuvo
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notable",
    "version": "1.1",
    "description": "Sticky Notes and Note Taking Chrome Extension!",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "images\/logo.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "48": "images\/logo.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/p5.js",
                "draw.js"
            ]
        }
    ],
    "manifest_version": 2
}