MemoPad New Tab
Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.
Hvad er MemoPad New Tab?
MemoPad New Tab er en Chrome-udvidelse udviklet af nojaja, og dens hovedfunktion er "Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.".
Udvidelsesskærmbilleder
Download MemoPad New Tab-udvidelses-CRX-fil
Download MemoPad New Tab-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
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.
Grundlæggende oplysninger om udvidelsen
Navn | MemoPad New Tab |
ID | iohinadgijcpmclidcgalomljfabkpde |
Officiel URL | https://chromewebstore.google.com/detail/memopad-new-tab/iohinadgijcpmclidcgalomljfabkpde |
Beskrivelse | Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome. |
Filstørrelse | 9.05 MB |
Antal Installationer | 19 |
Nuværende Version | 0.0.13 |
Senest Opdateret | 2022-01-29 |
Udgivelsesdato | 2020-04-20 |
Bedømmelse | 2.00/5 Samlet 1 Bedømmelser |
Udvikler | nojaja |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/nojaja/memopad-new-tab#readme |
Hjælpeside-URL | https://github.com/nojaja/memopad-new-tab/issues |
Understøttede Sprog | 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" } } |