Web Annotator
Annotate web's contents
Что такое Web Annotator?
Web Annotator - это расширение Chrome, разработанное skypia.works, и его основная функция - "Annotate web's contents".
Снимки экрана расширения
Скачать файл CRX расширения Web Annotator
Скачайте файлы расширений Web Annotator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Web Annotator |
ID | jpgclklaljmemibhlabchhhicgmcefog |
Официальный URL | https://chromewebstore.google.com/detail/web-annotator/jpgclklaljmemibhlabchhhicgmcefog |
Описание | Annotate web's contents |
Размер файла | 521 KB |
Количество установок | 155 |
Текущая Версия | 2.9 |
Последнее Обновление | 2017-03-03 |
Дата публикации | 2017-03-03 |
Рейтинг | 2.50/5 Всего 2 оценок |
Разработчик | skypia.works |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы помощи | http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/197454.html |
Поддерживаемые языки | 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 } |