Palavra
A newtab page replacement providing an editor to take notes in markdown
Co to jest Palavra?
Palavra to rozszerzenie Chrome opracowane przez jakob.westhoff, a jego główną funkcją jest „A newtab page replacement providing an editor to take notes in markdown”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Palavra
Pobierz pliki rozszerzeń Palavra w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Palavra |
ID | pimddpppppkfioifalgbhnjfmlcmfehd |
Oficjalny URL | https://chromewebstore.google.com/detail/palavra/pimddpppppkfioifalgbhnjfmlcmfehd |
Opis | A newtab page replacement providing an editor to take notes in markdown |
Rozmiar pliku | 4.02 MB |
Liczba instalacji | 30 |
Aktualna Wersja | 2.0.3 |
Ostatnia Aktualizacja | 2016-08-22 |
Data Publikacji | 2016-08-22 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | jakob.westhoff |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |