Palavra

A newtab page replacement providing an editor to take notes in markdown

Was ist Palavra?

Palavra ist eine Chrome-Erweiterung, die von jakob.westhoff entwickelt wurde, und ihr Hauptmerkmal ist "A newtab page replacement providing an editor to take notes in markdown".

Erweiterungsscreenshots

screenshot

Palavra-Erweiterungs-CRX-Datei herunterladen

Laden Sie Palavra-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

                        Palavra is a chrome-extension, providing a markdown editor on every opened newtab. The entered data is stored and synched across all newtabs providing you with all the needed functionality to easily take notes. Palavra is inspired by Papier.

Take a look at: https://github.com/jakobwesthoff/palavra for more information as well as the source code.                    

Grundlegende Informationen zur Erweiterung

Name Palavra Palavra
ID pimddpppppkfioifalgbhnjfmlcmfehd
Offizielle URL https://chromewebstore.google.com/detail/palavra/pimddpppppkfioifalgbhnjfmlcmfehd
Beschreibung A newtab page replacement providing an editor to take notes in markdown
Dateigröße 4.02 MB
Installationsanzahl 30
Aktuelle Version 2.0.3
Letztes Update 2016-08-22
Veröffentlichungsdatum 2016-08-22
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler jakob.westhoff
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Palavra",
    "description": "A newtab page replacement providing an editor to take notes in markdown",
    "version": "2.0.3",
    "icons": {
        "16": "Assets\/icon-rounded-16.png",
        "32": "Assets\/icon-rounded-32.png",
        "48": "Assets\/icon-rounded-48.png",
        "64": "Assets\/icon-rounded-64.png",
        "128": "Assets\/icon-rounded-128.png",
        "256": "Assets\/icon-rounded-256.png"
    },
    "author": "Jakob Westhoff",
    "background": {
        "scripts": [
            "Library\/Event.js"
        ],
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "Pages\/NewTab.html"
    },
    "permissions": [
        "storage"
    ]
}