New Tab Markdown
Store your thoughts, todos, goals easily on every tab.
什麼是New Tab Markdown?
New Tab Markdown是由Helge Ahrens開發的Chrome擴展程式,該擴展的主要功能是“Store your thoughts, todos, goals easily on every tab.”。
擴展截圖
下載New Tab Markdown擴展crx文件
下載New Tab Markdown擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
**Update Version 1.0.5** * fixed a bug that caused information to not be stored if the same blank tab was opened twice The new tab is now a place for all your thoughts, memos and just for quickly writing something down. Simply open a new tab and start writing. Structure your text with markdown syntax. To value your privacy all your input is stored locally in your chromes cache. So don't worry, no one is listening.* * This also means there is no option to sync your thoughts with other computers or create a backup. Once you delete a page its gone. Keep that in mind.
擴展基本資訊
名稱 | New Tab Markdown |
ID | gpdnablocagonlpfhkfiigfpfoommcia |
官方網址 | https://chromewebstore.google.com/detail/new-tab-markdown/gpdnablocagonlpfhkfiigfpfoommcia |
簡介 | Store your thoughts, todos, goals easily on every tab. |
檔案大小 | 1.02 MB |
安裝次數 | 15 |
目前版本 | 1.0.5 |
更新時間 | 2023-07-24 |
上架時間 | 2020-05-21 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Helge Ahrens |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "New Tab Markdown", "name": "New Tab Markdown", "version": "1.0.5", "author": "Helge Ahrens", "description": "Store your thoughts, todos, goals easily on every tab.", "manifest_version": 3, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "logo128.png" } } |