MemoPad New Tab

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

什麼是MemoPad New Tab?

MemoPad New Tab是由nojaja開發的Chrome擴展程式,該擴展的主要功能是“Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載MemoPad New Tab擴展crx文件

下載MemoPad New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 MemoPad New Tab MemoPad New Tab
ID iohinadgijcpmclidcgalomljfabkpde
官方網址 https://chromewebstore.google.com/detail/memopad-new-tab/iohinadgijcpmclidcgalomljfabkpde
簡介 Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.
檔案大小 9.05 MB
安裝次數 19
目前版本 0.0.13
更新時間 2022-01-29
上架時間 2020-04-20
評分 2.00/5 共 1 次評分
開發者 nojaja
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/nojaja/memopad-new-tab#readme
說明頁面URL https://github.com/nojaja/memopad-new-tab/issues
支援的語言 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"
    }
}