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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}