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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        - 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/
URL หน้าช่วยเหลือ 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"
    }
}