Pro-Study Online

Extension to capture data for Pro-Study Online.

Pro-Study Online là gì?

Pro-Study Online là một tiện ích mở rộng Chrome được phát triển bởi prostudydeveloperextension, và tính năng chính của nó là "Extension to capture data for Pro-Study Online.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pro-Study Online

Tải xuống các tệp mở rộng Pro-Study Online dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pro-Study Online Pro-Study Online
ID bfeaaehafjdpepdhnnagicdmompoldal
URL Chính Thức https://chromewebstore.google.com/detail/pro-study-online/bfeaaehafjdpepdhnnagicdmompoldal
Mô tả Extension to capture data for Pro-Study Online.
Kích Thước Tệp 666 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 1.2023.067.2
Cập Nhật Lần Cuối 2023-08-16
Ngày Phát Hành 2022-06-07
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển prostudydeveloperextension
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pro-study.co.uk
URL Trang Chính Sách Bảo Mật https://img1.wsimg.com/blobby/go/9006ee5a-8ebc-475b-95df-8f2c137d2575/downloads/Pro-AT%20Group%20Privacy%20Statement.pdf?ver=1666003438425
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}