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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}