Take a note

This extension will let you take a simple note in Chrome.

Was ist Take a note?

Take a note ist eine Chrome-Erweiterung, die von omgmog entwickelt wurde, und ihr Hauptmerkmal ist "This extension will let you take a simple note in Chrome.".

Erweiterungsscreenshots

screenshot

Take a note-Erweiterungs-CRX-Datei herunterladen

Laden Sie Take a note-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

                        A simple extension that lets you take a note in chrome. The note will persist until you press the 'Clear' button.                    

Grundlegende Informationen zur Erweiterung

Name Take a note Take a note
ID kfiafdpdemicicjnfadpklcolhjghggp
Offizielle URL https://chromewebstore.google.com/detail/take-a-note/kfiafdpdemicicjnfadpklcolhjghggp
Beschreibung This extension will let you take a simple note in Chrome.
Dateigröße 15.07 KB
Installationsanzahl 682
Aktuelle Version 1.1
Letztes Update 2013-09-30
Veröffentlichungsdatum 2013-09-30
Bewertung 4.80/5 Insgesamt 5 Bewertungen
Entwickler omgmog
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://omgmog.net
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Take a note",
    "description": "This extension will let you take a simple note in Chrome.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}