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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |