Simple Notetaking

Just a simple plugin to take notes directly in your browser.

Was ist Simple Notetaking?

Simple Notetaking ist eine Chrome-Erweiterung, die von Rafael Almeida entwickelt wurde, und ihr Hauptmerkmal ist "Just a simple plugin to take notes directly in your browser.".

Erweiterungsscreenshots

screenshot

Simple Notetaking-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple Notetaking-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

                                            

Grundlegende Informationen zur Erweiterung

Name Simple Notetaking Simple Notetaking
ID mkpcjcpfmgbnbnjjpkdlndjaaenbegpm
Offizielle URL https://chromewebstore.google.com/detail/simple-notetaking/mkpcjcpfmgbnbnjjpkdlndjaaenbegpm
Beschreibung Just a simple plugin to take notes directly in your browser.
Dateigröße 40.92 KB
Installationsanzahl 139
Aktuelle Version 1.0.0
Letztes Update 2016-02-09
Veröffentlichungsdatum 2016-02-09
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Rafael Almeida
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Notetaking",
    "description": "Just a simple plugin to take notes directly in your browser.",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_title": "Simple Notetaking",
        "default_popup": "views\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}