YANTAN - NewTab as Markdown NotePad
Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image
Hvad er YANTAN - NewTab as Markdown NotePad?
YANTAN - NewTab as Markdown NotePad er en Chrome-udvidelse udviklet af Aqui Tsuchida, og dens hovedfunktion er "Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image".
Udvidelsesskærmbilleder
Download YANTAN - NewTab as Markdown NotePad-udvidelses-CRX-fil
Download YANTAN - NewTab as Markdown NotePad-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Yet Another New Tab As Notes Replace new tab to note pad, You can write something in Markdown. Also you can set your favorite image in background with customizable filters. CHANGELOG: https://github.com/AquiTCD/yantan/blob/master/CHANGELOG.md
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | pnaicgpmmccpcpofkpnhephgfoobapna |
Officiel URL | https://chrome.google.com/webstore/detail/yantan-newtab-as-markdown/pnaicgpmmccpcpofkpnhephgfoobapna |
Beskrivelse | Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image |
Filstørrelse | 1.23 MB |
Antal Installationer | 36 |
Nuværende Version | 0.5.1 |
Senest Opdateret | 2019-03-08 |
Udgivelsesdato | 2019-03-08 |
Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
Udvikler | Aqui Tsuchida |
Betalingsmetode | free |
Udvidelseswebsted | https://aquitcd.github.io/yantan/ |
Hjælpeside-URL | https://github.com/AquiTCD/yantan/issues |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YANTAN - NewTab as Markdown NotePad", "description": "Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image", "version": "0.5.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "management" ] } |