Noty

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

Was ist Noty?

Noty ist eine Chrome-Erweiterung, die von https://www.fatihbaskaya.com entwickelt wurde, und ihr Hauptmerkmal ist "Save an annotation as Note, Idea, Question, Bug and Other".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Noty-Erweiterungs-CRX-Datei herunterladen

Laden Sie Noty-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        - 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                    

Grundlegende Informationen zur Erweiterung

Name Noty Noty
ID bbikpidnadcmciecpmmaojkpefceioli
Offizielle URL https://chromewebstore.google.com/detail/noty/bbikpidnadcmciecpmmaojkpefceioli
Beschreibung Save an annotation as Note, Idea, Question, Bug and Other
Dateigröße 324 KB
Installationsanzahl 39
Aktuelle Version 1.3.1
Letztes Update 2021-06-19
Veröffentlichungsdatum 2020-10-12
Bewertung 5.00/5 Insgesamt 15 Bewertungen
Entwickler https://www.fatihbaskaya.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://fatihbaskaya.com/noty/
Hilfeseite URL https://fatihbaskaya.com/
Unterstützte Sprachen 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"
    }
}