malter
Use markdown to edit and create notes in Evernote
Co to jest malter?
malter to rozszerzenie Chrome opracowane przez jashua212, a jego główną funkcją jest „Use markdown to edit and create notes in Evernote”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia malter
Pobierz pliki rozszerzeń malter 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
Features include: • Side-by-side view and scrolling • Syntax highlighting and beautifying of code blocks • Export note contents in markdown or html • GitHub flavored markdown
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pkamkhfinhdkjanbfooobehefdngkpdj |
Oficjalny URL | https://chrome.google.com/webstore/detail/malter/pkamkhfinhdkjanbfooobehefdngkpdj |
Opis | Use markdown to edit and create notes in Evernote |
Rozmiar pliku | 352 KB |
Liczba instalacji | 28 |
Aktualna Wersja | 0.9.3 |
Ostatnia Aktualizacja | 2019-10-13 |
Data Publikacji | 2019-10-13 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | jashua212 |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://alternote.github.io/Privacy |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon.png" }, "default_title": "malter" }, "description": "Use markdown to edit and create notes in Evernote", "icons": { "128": "img\/icon.png" }, "manifest_version": 2, "name": "malter", "permissions": [ "contextMenus", "storage", "tabs", "cookies", "https:\/\/www.evernote.com\/*" ], "version": "0.9.3" } |