YANTAN - NewTab as Markdown NotePad
Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image
Wat is YANTAN - NewTab as Markdown NotePad?
YANTAN - NewTab as Markdown NotePad is een Chrome-extensie ontwikkeld door Aqui Tsuchida, en de belangrijkste functie is "Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image".
Extensie Screenshots
Download het CRX-bestand van de extensie YANTAN - NewTab as Markdown NotePad
Download YANTAN - NewTab as Markdown NotePad-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
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
Basisinformatie over de Extensie
Naam | |
ID | pnaicgpmmccpcpofkpnhephgfoobapna |
Officiële URL | https://chrome.google.com/webstore/detail/yantan-newtab-as-markdown/pnaicgpmmccpcpofkpnhephgfoobapna |
Beschrijving | Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image |
Bestandsgrootte | 1.23 MB |
Aantal Installaties | 36 |
Huidige Versie | 0.5.1 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Aqui Tsuchida |
Betalingswijze | free |
Extensiewebsite | https://aquitcd.github.io/yantan/ |
Help Pagina-URL | https://github.com/AquiTCD/yantan/issues |
Ondersteunde Talen | 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" ] } |