Web Page Annotator

Add-on, by Mediamaster.eu, to easily add annotation functionality to any webpage

Что такое Web Page Annotator?

Web Page Annotator - это расширение Chrome, разработанное NewBauhaus41, и его основная функция - "Add-on, by Mediamaster.eu, to easily add annotation functionality to any webpage".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Web Page Annotator

Скачайте файлы расширений Web Page Annotator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Annotating the web: active with extension button in toolbar (or using context menu ), advanced filters of Annotator in any web page. Then select some text of the web page and click the end of the selection to highlight and add your own annotation or note with tags. If you want disable Annotator using command context menu

- Simply select some text on page and make a comment
- Save note in unlimited storage of your Browser
- Edit or delete annotation or comment
- If you want, save selected text in your computer using context menu
- Advanced filters to search annotations or comments
- Hide or show filters toolbar using context menu
- Do you want added web page with comments to bookmarks? With Web Page Annotator you can using just context menu                    

Основная информация о расширении

Название Web Page Annotator Web Page Annotator
ID fceankoalphgakeplaphillmcgmdeckc
Официальный URL https://chromewebstore.google.com/detail/web-page-annotator/fceankoalphgakeplaphillmcgmdeckc
Описание Add-on, by Mediamaster.eu, to easily add annotation functionality to any webpage
Размер файла 152 KB
Количество установок 573
Текущая Версия 2.0.2
Последнее Обновление 2022-07-16
Дата публикации 2019-01-12
Рейтинг 2.67/5 Всего 3 оценок
Разработчик NewBauhaus41
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи http://mediamaster.eu/contatti
URL страницы политики конфиденциальности https://ulmdevice.altervista.org/privacy-policy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Page Annotator",
    "short_name": "Simply select some text on this page and make a comment",
    "description": "Add-on, by Mediamaster.eu, to easily add annotation functionality to any webpage",
    "version": "2.0.2",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "assets\/icon_16.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [
        "",
        "tabs",
        "contextMenus",
        "notifications",
        "bookmarks",
        "contentSettings"
    ],
    "web_accessible_resources": [
        "data\/images\/*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "data\/css\/annotator.css"
            ],
            "js": [
                "data\/js\/vendor\/jquery.js",
                "data\/js\/pkg\/annotator-full.js",
                "data\/js\/pkg\/annotator.offline.min.js",
                "data\/js\/showdown.js",
                "data\/js\/add-annotation.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon_16.png",
            "38": "assets\/icon_128.png"
        }
    },
    "offline_enabled": true,
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}