Note Now
Quickly Take Notes with One Click
什麼是Note Now?
Note Now是由Yiğitsr開發的Chrome擴展程式,該擴展的主要功能是“Quickly Take Notes with One Click”。
擴展截圖
下載Note Now擴展crx文件
下載Note Now擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
*Take notes with just one click. *Notes are stored locally. *Autofocus the textarea when opening the extension. *Save and delete your notes. *Super fast notes. *Works offline. Since notes are stored locally, no internet connection is needed.
擴展基本資訊
名稱 | Note Now |
ID | lhcdbhckegmjmgjhlbdcpiebmkldgchm |
官方網址 | https://chromewebstore.google.com/detail/note-now/lhcdbhckegmjmgjhlbdcpiebmkldgchm |
簡介 | Quickly Take Notes with One Click |
檔案大小 | 4.06 MB |
安裝次數 | 45 |
目前版本 | 2.0.1 |
更新時間 | 2023-12-25 |
上架時間 | 2021-01-20 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Yiğitsr |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Note Now", "version": "2.0.1", "description": "Quickly Take Notes with One Click", "manifest_version": 3, "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": ".\/img\/48x48.png", "default_popup": "popup.html" }, "icons": { "16": ".\/img\/16x16.png", "48": ".\/img\/48x48.png", "128": ".\/img\/128x128.png" } } |