Dnote
Capture your microlessons without leaving the browser.
什么是Dnote?
Dnote是由http://dnote.io开发的Chrome扩展程序,该扩展的主要功能是“Capture your microlessons without leaving the browser.”。
扩展截图
下载Dnote扩展crx文件
下载Dnote扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple personal knowledge base. Instantly capture new information within your browser without switching contexts.
扩展基本信息
名称 | |
ID | mcfbfmihbijfaambfbbfcdcfibcjcahi |
官方URL | https://chrome.google.com/webstore/detail/dnote/mcfbfmihbijfaambfbbfcdcfibcjcahi |
简介 | Capture your microlessons without leaving the browser. |
文件大小 | 112 KB |
安装次数 | 77 |
当前版本 | 2.0.0 |
更新时间 | 2019-10-28 |
上架时间 | 2019-10-28 |
评分 | 3.67/5 共3次评分 |
开发者 | http://dnote.io |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dnote", "version": "2.0.0", "description": "Capture your microlessons without leaving the browser.", "icons": { "16": "images\/iconx16.png", "48": "images\/iconx48.png", "128": "images\/iconx128.png" }, "manifest_version": 2, "browser_action": { "default_icon": { "16": "images\/iconx16.png", "32": "images\/iconx32.png" }, "default_popup": "popup.html" }, "background": { "scripts": [] }, "content_scripts": [], "permissions": [ "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+D", "mac": "MacCtrl+D" } } } } |