Web Annotator
Annotate web's contents
O que é Web Annotator?
Web Annotator é uma extensão do Chrome desenvolvida por skypia.works, e sua principal característica é "Annotate web's contents".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Web Annotator
Baixe arquivos de extensão Web 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
This application aims to improve your efficiency by enabling you to make annotations and notes directly onto a website, also make its searchable in one place so that its became easy to be organized. You can associate to an annotation a temporary comment or a note.
Informações Básicas da Extensão
Nome | Web Annotator |
ID | jpgclklaljmemibhlabchhhicgmcefog |
URL Oficial | https://chromewebstore.google.com/detail/web-annotator/jpgclklaljmemibhlabchhhicgmcefog |
Descrição | Annotate web's contents |
Tamanho do Arquivo | 521 KB |
Contagem de Instalações | 155 |
Versão Atual | 2.9 |
Última Atualização | 2017-03-03 |
Data de Publicação | 2017-03-03 |
Classificação | 2.50/5 Total de 2 Avaliações |
Desenvolvedor | skypia.works |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/197454.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Annotator", "description": "Annotate web's contents", "version": "2.9", "permissions": [ "activeTab", "tabs", "background", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*", "contextMenus", "storage" ], "background": { "persistent": false, "scripts": [ "js\/background.min.js" ] }, "browser_action": { "default_title": "the extension is not active", "default_icon": { "19": "Resources\/img\/ext-disabled.png", "38": "Resources\/img\/ext-disabled.png" } }, "web_accessible_resources": [ "Resources\/EditSelectionForm.html", "Resources\/NoteDetail.html", "css\/fonts\/glyphicons-halflings-regular.woff2", "css\/fonts\/glyphicons-halflings-regular.woff", "css\/fonts\/glyphicons-halflings-regular.ttf", "css\/fonts\/bootstrap\/glyphicons-halflings-regular.svg", "index.html", "view.html" ], "manifest_version": 2 } |