Pro-Study Online

Extension to capture data for Pro-Study Online.

什么是Pro-Study Online?

Pro-Study Online是由prostudydeveloperextension开发的Chrome扩展程序,该扩展的主要功能是“Extension to capture data for Pro-Study Online.”。

扩展截图

screenshot
screenshot

下载Pro-Study Online扩展crx文件

下载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:\/\/*\/*"
            ]
        }
    ]
}