Palavra

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

Wat is Palavra?

Palavra is een Chrome-extensie ontwikkeld door jakob.westhoff, en de belangrijkste functie is "A newtab page replacement providing an editor to take notes in markdown".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Palavra

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

                        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.                    

Basisinformatie over de Extensie

Naam Palavra Palavra
ID pimddpppppkfioifalgbhnjfmlcmfehd
Officiële URL https://chromewebstore.google.com/detail/palavra/pimddpppppkfioifalgbhnjfmlcmfehd
Beschrijving A newtab page replacement providing an editor to take notes in markdown
Bestandsgrootte 4.02 MB
Aantal Installaties 30
Huidige Versie 2.0.3
Laatst Bijgewerkt 2016-08-22
Publicatiedatum 2016-08-22
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar jakob.westhoff
Betalingswijze free
Ondersteunde Talen 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"
    ]
}