MemoPad New Tab

Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.

Was ist MemoPad New Tab?

MemoPad New Tab ist eine Chrome-Erweiterung, die von nojaja entwickelt wurde, und ihr Hauptmerkmal ist "Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

MemoPad New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie MemoPad New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name MemoPad New Tab MemoPad New Tab
ID iohinadgijcpmclidcgalomljfabkpde
Offizielle URL https://chromewebstore.google.com/detail/memopad-new-tab/iohinadgijcpmclidcgalomljfabkpde
Beschreibung Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.
Dateigröße 9.05 MB
Installationsanzahl 19
Aktuelle Version 0.0.13
Letztes Update 2022-01-29
Veröffentlichungsdatum 2020-04-20
Bewertung 2.00/5 Insgesamt 1 Bewertungen
Entwickler nojaja
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/nojaja/memopad-new-tab#readme
Hilfeseite URL https://github.com/nojaja/memopad-new-tab/issues
Unterstützte Sprachen 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"
    }
}