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 |
官方網址 | 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" } } } } |