Noty
Save an annotation as Note, Idea, Question, Bug and Other
Wat is Noty?
Noty is een Chrome-extensie ontwikkeld door https://www.fatihbaskaya.com, en de belangrijkste functie is "Save an annotation as Note, Idea, Question, Bug and Other".
Extensie Screenshots
Download het CRX-bestand van de extensie Noty
Download Noty-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- 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
Basisinformatie over de Extensie
Naam | |
ID | bbikpidnadcmciecpmmaojkpefceioli |
Officiële URL | https://chromewebstore.google.com/detail/noty/bbikpidnadcmciecpmmaojkpefceioli |
Beschrijving | Save an annotation as Note, Idea, Question, Bug and Other |
Bestandsgrootte | 324 KB |
Aantal Installaties | 39 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2021-06-19 |
Publicatiedatum | 2020-10-12 |
Beoordeling | 5.00/5 Totaal 15 Beoordelingen |
Ontwikkelaar | https://www.fatihbaskaya.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://fatihbaskaya.com/noty/ |
Help Pagina-URL | https://fatihbaskaya.com/ |
Ondersteunde Talen | 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" } } |