EZ-Notes
Take notes better and faster with the click of a single button!
什麼是EZ-Notes?
EZ-Notes是由Aayush Gupta開發的Chrome擴展程式,該擴展的主要功能是“Take notes better and faster with the click of a single button!”。
擴展截圖
下載EZ-Notes擴展crx文件
下載EZ-Notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is one that will help you take notes ANYWHERE with a single click. Click the button, and a note-taking app will pop up, and when you click save, the note will be downloaded to your device. Even if you click on the screen, EZ-Notes will remember the note that you were taking and nothing will be deleted.
Notes:
- File will be downloaded in .txt file format.
- For Windows and Mac users wanting to upload to Google Drive, upload the .txt file to Google Drive.
- For Chromebook users, nothing needs to be uploaded and everything will be on Google Drive by default.
----------------------------------------------------------------
EZ-Notes 1.2 Features:
- EZ-Notes now retains your note data even if you click on the screen
- "New Note" button to easily start a new note and remove all text 擴展基本資訊
| 名稱 | |
| ID | hdeeaaiigagefglpjckfifebpcebiklb |
| 官方網址 | https://chromewebstore.google.com/detail/ez-notes/hdeeaaiigagefglpjckfifebpcebiklb |
| 簡介 | Take notes better and faster with the click of a single button! |
| 檔案大小 | 52.46 KB |
| 安裝次數 | 310 |
| 目前版本 | 1.2.1 |
| 更新時間 | 2020-05-09 |
| 上架時間 | 2020-05-09 |
| 評分 | 4.25/5 共 8 次評分 |
| 開發者 | Aayush Gupta |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "EZ-Notes",
"description": "Take notes better and faster with the click of a single button!",
"version": "1.2.1",
"permissions": [
"downloads"
],
"icons": {
"16": "16x16.png",
"32": "96x96.png",
"48": "96x96.png",
"128": "128x128.png"
},
"background": {
"scripts": [
"jquery-2.2.4.min.js",
"index.js"
]
},
"browser_action": {
"default_icon": "96x96.png",
"default_popup": "index.html"
}
} | |