EZ-Notes
Take notes better and faster with the click of a single button!
EZ-Notesคืออะไร?
EZ-Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aayush Gupta และคุณลักษณะหลักของมันคือ "Take notes better and faster with the click of a single button!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EZ-Notes
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | EZ-Notes |
ID | hdeeaaiigagefglpjckfifebpcebiklb |
URL อย่างเป็นทางการ | 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" } } |