Palavra
A newtab page replacement providing an editor to take notes in markdown
Cos'è Palavra?
Palavra è un'estensione di Chrome sviluppata da jakob.westhoff, e la sua funzione principale è "A newtab page replacement providing an editor to take notes in markdown".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Palavra
Scarica i file di estensione Palavra in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Palavra |
ID | pimddpppppkfioifalgbhnjfmlcmfehd |
URL Ufficiale | https://chromewebstore.google.com/detail/palavra/pimddpppppkfioifalgbhnjfmlcmfehd |
Descrizione | A newtab page replacement providing an editor to take notes in markdown |
Dimensione del File | 4.02 MB |
Conteggio Installazioni | 30 |
Versione Corrente | 2.0.3 |
Ultimo Aggiornamento | 2016-08-22 |
Data di Pubblicazione | 2016-08-22 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | jakob.westhoff |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |