Noty

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

Cos'è Noty?

Noty è un'estensione di Chrome sviluppata da https://www.fatihbaskaya.com, e la sua funzione principale è "Save an annotation as Note, Idea, Question, Bug and Other".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Noty

Scarica i file di estensione Noty in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        - 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                    

Informazioni di Base sull'Estensione

Nome Noty Noty
ID bbikpidnadcmciecpmmaojkpefceioli
URL Ufficiale https://chromewebstore.google.com/detail/noty/bbikpidnadcmciecpmmaojkpefceioli
Descrizione Save an annotation as Note, Idea, Question, Bug and Other
Dimensione del File 324 KB
Conteggio Installazioni 39
Versione Corrente 1.3.1
Ultimo Aggiornamento 2021-06-19
Data di Pubblicazione 2020-10-12
Valutazione 5.00/5 Totale 15 Valutazioni
Sviluppatore https://www.fatihbaskaya.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://fatihbaskaya.com/noty/
URL della Pagina di Aiuto https://fatihbaskaya.com/
Lingue Supportate 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"
    }
}