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 |
官方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 } } |