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
Eメール [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:\/\/*\/*"
            ]
        }
    ]
}