WebNote
Displays a popup where you can add notes for your web pages
什麼是WebNote?
WebNote是由Brahmdev Pandey開發的Chrome擴展程式,該擴展的主要功能是“Displays a popup where you can add notes for your web pages”。
擴展截圖
下載WebNote擴展crx文件
下載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 |
官方網址 | 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 } } |