YANTAN - NewTab as Markdown NotePad
Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image
Vad är YANTAN - NewTab as Markdown NotePad?
YANTAN - NewTab as Markdown NotePad är en Chrome-tillägg utvecklad av Aqui Tsuchida, och dess huvudfunktion är "Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image".
Tilläggsskärmbilder
Ladda ner YANTAN - NewTab as Markdown NotePad-förlängningens CRX-fil
Ladda ner YANTAN - NewTab as Markdown NotePad-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | pnaicgpmmccpcpofkpnhephgfoobapna |
Officiell webbadress | https://chrome.google.com/webstore/detail/yantan-newtab-as-markdown/pnaicgpmmccpcpofkpnhephgfoobapna |
Beskrivning | Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image |
Filstorlek | 1.23 MB |
Antal Installationer | 36 |
Aktuell Version | 0.5.1 |
Senast Uppdaterad | 2019-03-08 |
Publiceringsdatum | 2019-03-08 |
Betyg | 4.67/5 Totalt 3 Betyg |
Utvecklare | Aqui Tsuchida |
Betalningssätt | free |
Tilläggswebbplats | https://aquitcd.github.io/yantan/ |
Hjälpsida URL | https://github.com/AquiTCD/yantan/issues |
Stödda Språk | 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" ] } |