PDF annotator
PDF annotator for research papers + integrate ML in the future
Что такое PDF annotator?
PDF annotator - это расширение Chrome, разработанное hectorlow, и его основная функция - "PDF annotator for research papers + integrate ML in the future".
Снимки экрана расширения
Скачать файл CRX расширения PDF annotator
Скачайте файлы расширений PDF annotator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Extension to assist in annotating academia with following features. Features: - Create persistent highlights on uploaded pdf files (only in extension) - Add category and code to annotations - View annotations on sidebar - Click on item in sidebar to scroll to annotation location - Export annotations to excel format - Exported excel includes link to open extension and scroll to annotation position Disclaimer: This is an ongoing school project and updates will be made over the next 2 months
Основная информация о расширении
Название | PDF annotator |
ID | ebodpdkmmpjcdjejckkpopdgadlcmbpn |
Официальный URL | https://chromewebstore.google.com/detail/pdf-annotator/ebodpdkmmpjcdjejckkpopdgadlcmbpn |
Описание | PDF annotator for research papers + integrate ML in the future |
Размер файла | 527 KB |
Количество установок | 349 |
Текущая Версия | 1.1.0 |
Последнее Обновление | 2022-03-05 |
Дата публикации | 2022-02-03 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | hectorlow |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PDF annotator", "version": "1.1.0", "description": "PDF annotator for research papers + integrate ML in the future", "manifest_version": 3, "background": [], "action": { "default_popup": "popup.html" }, "permissions": [], "web_accessible_resources": [ { "resources": [], "matches": [ "http:\/\/127.0.0.1\/*", "https:\/\/developer.chrome.com\/*" ] } ] } |