Noty

Save an annotation as Note, Idea, Question, Bug and Other

ما هو Noty؟

Noty هو إضافة Chrome تم تطويرها بواسطة https://www.fatihbaskaya.com، والميزة الرئيسية لها هي "Save an annotation as Note, Idea, Question, Bug and Other".

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

screenshot
screenshot
screenshot

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

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

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

                        - Take annotation as report Note, Idea, Question, Bug and Other easily
- Take screenshots, keep focused 
- URL will be tracked automatically
- See annotations results in a report
- Export and import annotations
- Export your annotations to JSON, CSV or HTML
- Draw for annotations                    

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

الاسم Noty Noty
ID bbikpidnadcmciecpmmaojkpefceioli
عنوان URL الرسمي https://chromewebstore.google.com/detail/noty/bbikpidnadcmciecpmmaojkpefceioli
الوصف Save an annotation as Note, Idea, Question, Bug and Other
حجم الملف 324 KB
عدد التثبيتات 39
النسخة الحالية 1.3.1
آخر تحديث 2021-06-19
تاريخ النشر 2020-10-12
تقييم 5.00/5 مجموع تقييمات 15
المطور https://www.fatihbaskaya.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://fatihbaskaya.com/noty/
عنوان صفحة المساعدة https://fatihbaskaya.com/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Noty",
    "short_name": "Save annotations",
    "description": "Save an annotation as Note, Idea, Question, Bug and Other",
    "author": "Fatih Ba\u015fkaya",
    "version": "1.3.1",
    "icons": {
        "16": "\/images\/noty_icon.png",
        "48": "\/images\/noty_icon.png",
        "128": "\/images\/noty_icon.png"
    },
    "background": {
        "scripts": [
            "lib\/browserInfo.js",
            "lib\/date.js",
            "src\/Annotation.js",
            "src\/Session.js",
            "src\/ExportSessionCSV.js",
            "src\/JSonSessionService.js",
            "bg-noty.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "\/images\/noty_icon.png",
        "default_popup": "main-noty.html"
    }
}