MemoPad New Tab
Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.
Qu'est-ce que MemoPad New Tab ?
MemoPad New Tab est une extension Chrome développée par nojaja, et sa fonction principale est "Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MemoPad New Tab
Téléchargez les fichiers d'extension MemoPad New Tab 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
Memopad New Tab makes it a Markdown editor instead of the default "New Tab" in Google Chrome. Open a new tab to 🗒️ take notes, save ⏰ reminders, 🔗 paste links, or create a table. The emphasis is on quick, clean, and simple to use as an alternative to the default "New Tab". * Easy. You can open a new tab and write whatever you like. The next time you open a new tab, you'll still have what you entered last time. * Note list. You can create multiple notes as needed. * Powerful. By using Markdown syntax, you can express yourself in a variety of ways. See [this great guide] (https://github.github.com/gfm/) for Markdown syntax. * Offline description Memopad New Tab is stored in the browser, not on the server. You can create and edit notes offline as well.
Informations de Base sur l'Extension
Nom | MemoPad New Tab |
ID | iohinadgijcpmclidcgalomljfabkpde |
URL Officiel | https://chromewebstore.google.com/detail/memopad-new-tab/iohinadgijcpmclidcgalomljfabkpde |
Description | Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome. |
Taille du Fichier | 9.05 MB |
Nombre d'Installations | 19 |
Version Actuelle | 0.0.13 |
Dernière Mise à Jour | 2022-01-29 |
Date de Publication | 2020-04-20 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | nojaja |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/nojaja/memopad-new-tab#readme |
URL de la Page d'Aide | https://github.com/nojaja/memopad-new-tab/issues |
Langues Prises en Charge | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "manifest_version": 2, "description": "__MSG_ext_desc__", "icons": { "42": "icons\/icon_42.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": { "32": "icons\/icon_32.png" } }, "version": "0.0.13", "offline_enabled": true, "permissions": [], "default_locale": "en", "chrome_url_overrides": { "newtab": "index.html" } } |