PDF annotator
PDF annotator for research papers + integrate ML in the future
O que é PDF annotator?
PDF annotator é uma extensão do Chrome desenvolvida por hectorlow, e sua principal característica é "PDF annotator for research papers + integrate ML in the future".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PDF annotator
Baixe arquivos de extensão PDF annotator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | ebodpdkmmpjcdjejckkpopdgadlcmbpn |
URL Oficial | https://chromewebstore.google.com/detail/pdf-annotator/ebodpdkmmpjcdjejckkpopdgadlcmbpn |
Descrição | PDF annotator for research papers + integrate ML in the future |
Tamanho do Arquivo | 527 KB |
Contagem de Instalações | 349 |
Versão Atual | 1.1.0 |
Última Atualização | 2022-03-05 |
Data de Publicação | 2022-02-03 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | hectorlow |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } ] } |