Pro-Study Online

Extension to capture data for Pro-Study Online.

Что такое Pro-Study Online?

Pro-Study Online - это расширение Chrome, разработанное prostudydeveloperextension, и его основная функция - "Extension to capture data for Pro-Study Online.".

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

screenshot
screenshot

Скачать файл CRX расширения Pro-Study Online

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

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

                        You can use the Pro-Study Extension to save research into your Pro-Study database. Simply right click on some highlighted text or an image in your web browser to capture it.

All captured content will be saved and organised into the categories within your Pro-Study projects.

The Extension will allow you to:

•	Capture Text
•	Capture Images
•	Auto Tile
•	Bookmark
•	Screenshot
•	Convert all font to Open Dyslexic Font
•	Use your Webcam

Login to Pro-Study Online and use the tools available to further organise your research and to produce fully referenced reports.                    

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

Название Pro-Study Online Pro-Study Online
ID bfeaaehafjdpepdhnnagicdmompoldal
Официальный URL https://chromewebstore.google.com/detail/pro-study-online/bfeaaehafjdpepdhnnagicdmompoldal
Описание Extension to capture data for Pro-Study Online.
Размер файла 666 KB
Количество установок 4,000
Текущая Версия 1.2023.067.2
Последнее Обновление 2023-08-16
Дата публикации 2022-06-07
Рейтинг 4.43/5 Всего 7 оценок
Разработчик prostudydeveloperextension
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://pro-study.co.uk
URL страницы политики конфиденциальности https://img1.wsimg.com/blobby/go/9006ee5a-8ebc-475b-95df-8f2c137d2575/downloads/Pro-AT%20Group%20Privacy%20Statement.pdf?ver=1666003438425
Поддерживаемые языки en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.2023.067.2",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "icons": {
        "16": "images\/ProStudyLogo16.png",
        "32": "images\/ProStudyLogo32.png",
        "64": "images\/ProStudyLogo64.png",
        "128": "images\/ProStudyLogo128.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "activeTab",
        "contextMenus",
        "notifications",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/ProStudyLogo16.png",
            "32": "images\/ProStudyLogo32.png",
            "64": "images\/ProStudyLogo64.png",
            "128": "images\/ProStudyLogo128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/fonts\/OpenDyslexic-Regular.otf",
                "appsettings\/appsettings.json"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}