Noty
Save an annotation as Note, Idea, Question, Bug and Other
Vad är Noty?
Noty är en Chrome-tillägg utvecklad av https://www.fatihbaskaya.com, och dess huvudfunktion är "Save an annotation as Note, Idea, Question, Bug and Other".
Tilläggsskärmbilder
Ladda ner Noty-förlängningens CRX-fil
Ladda ner Noty-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
- 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
Grundläggande Information om Tillägg
Namn | |
ID | bbikpidnadcmciecpmmaojkpefceioli |
Officiell webbadress | https://chromewebstore.google.com/detail/noty/bbikpidnadcmciecpmmaojkpefceioli |
Beskrivning | Save an annotation as Note, Idea, Question, Bug and Other |
Filstorlek | 324 KB |
Antal Installationer | 39 |
Aktuell Version | 1.3.1 |
Senast Uppdaterad | 2021-06-19 |
Publiceringsdatum | 2020-10-12 |
Betyg | 5.00/5 Totalt 15 Betyg |
Utvecklare | https://www.fatihbaskaya.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://fatihbaskaya.com/noty/ |
Hjälpsida URL | https://fatihbaskaya.com/ |
Stödda Språk | 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" } } |