Zenotes
Replace your new tab page with a clean, distraction-free notes miniapp
什麼是Zenotes?
Zenotes是由Yanis T開發的Chrome擴展程式,該擴展的主要功能是“Replace your new tab page with a clean, distraction-free notes miniapp”。
擴展截圖
下載Zenotes擴展crx文件
下載Zenotes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A clean&simple notes app with markdown support. - Replaces your new tab page - Clean and minimalistic - Markdown - Source code: https://github.com/hiquest/zenotes
擴展基本資訊
名稱 | |
ID | fphoofpcklpbccekhlcmhagpbddbkfdp |
官方網址 | https://chrome.google.com/webstore/detail/zenotes/fphoofpcklpbccekhlcmhagpbddbkfdp |
簡介 | Replace your new tab page with a clean, distraction-free notes miniapp |
檔案大小 | 135 KB |
安裝次數 | 37 |
目前版本 | 1.4 |
更新時間 | 2021-02-22 |
上架時間 | 2019-03-08 |
評分 | 3.67/5 共 3 次評分 |
開發者 | Yanis T |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/hiquest/zenotes |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zenotes", "description": "Replace your new tab page with a clean, distraction-free notes miniapp", "version": "1.4", "browser_action": [], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "48": "48.png", "128": "128.png" }, "permissions": [ "activeTab", "storage" ] } |