YANTAN - NewTab as Markdown NotePad
Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image
Qu'est-ce que YANTAN - NewTab as Markdown NotePad ?
YANTAN - NewTab as Markdown NotePad est une extension Chrome développée par Aqui Tsuchida, et sa fonction principale est "Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YANTAN - NewTab as Markdown NotePad
Téléchargez les fichiers d'extension YANTAN - NewTab as Markdown NotePad au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | pnaicgpmmccpcpofkpnhephgfoobapna |
URL Officiel | https://chrome.google.com/webstore/detail/yantan-newtab-as-markdown/pnaicgpmmccpcpofkpnhephgfoobapna |
Description | Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image |
Taille du Fichier | 1.23 MB |
Nombre d'Installations | 36 |
Version Actuelle | 0.5.1 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | Aqui Tsuchida |
Type de Paiement | free |
Site Web de l'Extension | https://aquitcd.github.io/yantan/ |
URL de la Page d'Aide | https://github.com/AquiTCD/yantan/issues |
Langues Prises en Charge | 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" ] } |