Notable

Sticky Notes and Note Taking Chrome Extension!

ما هو Notable؟

Notable هو إضافة Chrome تم تطويرها بواسطة Genuvo، والميزة الرئيسية لها هي "Sticky Notes and Note Taking Chrome Extension!".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Notable

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

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

                        Notable is a chrome extension that aids with note taking. It has three main features. First, it allows the user to create and write on sticky notes of different colors which automatically save and persist even if the device shuts down. Second, the extension lets the user write annotations directly on the web page once the draw button is pressed. Third, it has a screenshot button which captures the web page with the annotations on it in a png file.

Created by Neha Dalia and Sneha Jog                    

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

الاسم Notable Notable
ID ckhhdfhcoijmbejbeigjcjdfflnmeeje
عنوان URL الرسمي https://chromewebstore.google.com/detail/notable/ckhhdfhcoijmbejbeigjcjdfflnmeeje
الوصف Sticky Notes and Note Taking Chrome Extension!
حجم الملف 711 KB
عدد التثبيتات 733
النسخة الحالية 1.1
آخر تحديث 2020-08-23
تاريخ النشر 2020-08-18
تقييم 4.50/5 مجموع تقييمات 6
المطور Genuvo
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notable",
    "version": "1.1",
    "description": "Sticky Notes and Note Taking Chrome Extension!",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "images\/logo.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "48": "images\/logo.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/p5.js",
                "draw.js"
            ]
        }
    ],
    "manifest_version": 2
}