WebNote
Displays a popup where you can add notes for your web pages
WebNoteคืออะไร?
WebNote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brahmdev Pandey และคุณลักษณะหลักของมันคือ "Displays a popup where you can add notes for your web pages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebNote
ดาวน์โหลดไฟล์ส่วนขยาย WebNote ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Displays a popup where you can add notes, take a screenshot for active tab and add your recording for your web pages
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | acoahnjabddobenghemlihgijcnnmkjm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/webnote/acoahnjabddobenghemlihgijcnnmkjm |
คำอธิบาย | Displays a popup where you can add notes for your web pages |
ขนาดไฟล์ | 168 KB |
จำนวนการติดตั้ง | 35 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2018-03-27 |
วันที่เผยแพร่ | 2018-03-27 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Brahmdev Pandey |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebNote", "description": "Displays a popup where you can add notes for your web pages", "version": "2.0", "permissions": [ "desktopCapture", "storage", "tabs", "tabCapture", "activeTab", "identity" ], "browser_action": { "default_icon": "icons\/webnote.png", "default_title": "Take a Note", "default_popup": "popup\/view\/panel.html" }, "background": { "scripts": [ "background\/background.common.js", "background\/background.js", "background\/background.desktopCapture.js", "background\/background.messaging.js", "background\/background.players.js", "RecordRTC\/MediaStreamRecorder.js", "RecordRTC\/MultiStreamRecorder.js", "RecordRTC\/DiskStorage.js" ], "persistent": false } } |