Minimal Notes

It's minimal. Test it.

ما هو Minimal Notes؟

Minimal Notes هو إضافة Chrome تم تطويرها بواسطة Mojtaba Javan، والميزة الرئيسية لها هي "It's minimal. Test it.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Minimal Notes

قم بتنزيل ملفات الامتداد Minimal Notes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        It's a simple, free, open-source and offline note-taking extension.
It's best suited for those who want to take notes while reading a page and copy/paste them to another file/service at once.

How does it work?
1. Select your text in a web page.
2. Right-click and select "Take note".
3. To see your notes, click the icon.
4. Copy if you want.

Changelog
- 1.0.3
  - Used context menu instead of keyboard shortcut
  - Fixed some minor bugs                    

معلومات أساسية عن التمديد

الاسم Minimal Notes Minimal Notes
ID hkfapjkjbdhfoeoomnmjmafpehckingh
عنوان URL الرسمي https://chromewebstore.google.com/detail/minimal-notes/hkfapjkjbdhfoeoomnmjmafpehckingh
الوصف It's minimal. Test it.
حجم الملف 12.95 KB
عدد التثبيتات 48
النسخة الحالية 1.0.3
آخر تحديث 2019-06-11
تاريخ النشر 2019-06-11
المطور Mojtaba Javan
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/mrmowji/minimal-notes
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal Notes",
    "description": "It's minimal. Test it.",
    "version": "1.0.3",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon-128.png"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}