MemoPad New Tab

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

Cos'è MemoPad New Tab?

MemoPad New Tab è un'estensione di Chrome sviluppata da nojaja, e la sua funzione principale è "Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MemoPad New Tab

Scarica i file di estensione MemoPad New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome MemoPad New Tab MemoPad New Tab
ID iohinadgijcpmclidcgalomljfabkpde
URL Ufficiale https://chromewebstore.google.com/detail/memopad-new-tab/iohinadgijcpmclidcgalomljfabkpde
Descrizione Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.
Dimensione del File 9.05 MB
Conteggio Installazioni 19
Versione Corrente 0.0.13
Ultimo Aggiornamento 2022-01-29
Data di Pubblicazione 2020-04-20
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore nojaja
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/nojaja/memopad-new-tab#readme
URL della Pagina di Aiuto https://github.com/nojaja/memopad-new-tab/issues
Lingue Supportate 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"
    }
}