Noty

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

Noty là gì?

Noty là một tiện ích mở rộng Chrome được phát triển bởi https://www.fatihbaskaya.com, và tính năng chính của nó là "Save an annotation as Note, Idea, Question, Bug and Other".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Noty

Tải xuống các tệp mở rộng Noty dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        - 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Noty Noty
ID bbikpidnadcmciecpmmaojkpefceioli
URL Chính Thức https://chromewebstore.google.com/detail/noty/bbikpidnadcmciecpmmaojkpefceioli
Mô tả Save an annotation as Note, Idea, Question, Bug and Other
Kích Thước Tệp 324 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2021-06-19
Ngày Phát Hành 2020-10-12
Đánh Giá 5.00/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://www.fatihbaskaya.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fatihbaskaya.com/noty/
URL Trang Trợ Giúp https://fatihbaskaya.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}