Notable

Sticky Notes and Note Taking Chrome Extension!

Was ist Notable?

Notable ist eine Chrome-Erweiterung, die von Genuvo entwickelt wurde, und ihr Hauptmerkmal ist "Sticky Notes and Note Taking Chrome Extension!".

Erweiterungsscreenshots

screenshot
screenshot

Notable-Erweiterungs-CRX-Datei herunterladen

Laden Sie Notable-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Notable Notable
ID ckhhdfhcoijmbejbeigjcjdfflnmeeje
Offizielle URL https://chromewebstore.google.com/detail/notable/ckhhdfhcoijmbejbeigjcjdfflnmeeje
Beschreibung Sticky Notes and Note Taking Chrome Extension!
Dateigröße 711 KB
Installationsanzahl 733
Aktuelle Version 1.1
Letztes Update 2020-08-23
Veröffentlichungsdatum 2020-08-18
Bewertung 4.50/5 Insgesamt 6 Bewertungen
Entwickler Genuvo
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}