Noty

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

Apa itu Noty?

Noty adalah ekstensi Chrome yang dikembangkan oleh https://www.fatihbaskaya.com, dan fitur utamanya adalah "Save an annotation as Note, Idea, Question, Bug and Other".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Noty

Unduh file ekstensi Noty dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        - 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                    

Informasi Dasar Ekstensi

Nama Noty Noty
ID bbikpidnadcmciecpmmaojkpefceioli
URL Resmi https://chromewebstore.google.com/detail/noty/bbikpidnadcmciecpmmaojkpefceioli
Deskripsi Save an annotation as Note, Idea, Question, Bug and Other
Ukuran File 324 KB
Jumlah Instalasi 39
Versi Saat Ini 1.3.1
Terakhir Diperbarui 2021-06-19
Tanggal Publikasi 2020-10-12
Penilaian 5.00/5 Total 15 Penilaian
Pengembang https://www.fatihbaskaya.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://fatihbaskaya.com/noty/
URL Halaman Bantuan https://fatihbaskaya.com/
Bahasa yang Didukung 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"
    }
}