Dnote
Capture your microlessons without leaving the browser.
Co to jest Dnote?
Dnote to rozszerzenie Chrome opracowane przez http://dnote.io, a jego główną funkcją jest „Capture your microlessons without leaving the browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dnote
Pobierz pliki rozszerzeń Dnote w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A simple personal knowledge base. Instantly capture new information within your browser without switching contexts.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mcfbfmihbijfaambfbbfcdcfibcjcahi |
Oficjalny URL | https://chrome.google.com/webstore/detail/dnote/mcfbfmihbijfaambfbbfcdcfibcjcahi |
Opis | Capture your microlessons without leaving the browser. |
Rozmiar pliku | 112 KB |
Liczba instalacji | 77 |
Aktualna Wersja | 2.0.0 |
Ostatnia Aktualizacja | 2019-10-28 |
Data Publikacji | 2019-10-28 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | http://dnote.io |
Typ Płatności | free |
Obsługiwane Języki | 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" } } } } |