Dnote
Capture your microlessons without leaving the browser.
ما هو Dnote؟
Dnote هو إضافة Chrome تم تطويرها بواسطة http://dnote.io، والميزة الرئيسية لها هي "Capture your microlessons without leaving the browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dnote
قم بتنزيل ملفات الامتداد Dnote بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } } } |