Pro-Study Online
Extension to capture data for Pro-Study Online.
Was ist Pro-Study Online?
Pro-Study Online ist eine Chrome-Erweiterung, die von prostudydeveloperextension entwickelt wurde, und ihr Hauptmerkmal ist "Extension to capture data for Pro-Study Online.".
Erweiterungsscreenshots
Pro-Study Online-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pro-Study Online-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Pro-Study Online |
ID | bfeaaehafjdpepdhnnagicdmompoldal |
Offizielle URL | https://chromewebstore.google.com/detail/pro-study-online/bfeaaehafjdpepdhnnagicdmompoldal |
Beschreibung | Extension to capture data for Pro-Study Online. |
Dateigröße | 666 KB |
Installationsanzahl | 4,000 |
Aktuelle Version | 1.2023.067.2 |
Letztes Update | 2023-08-16 |
Veröffentlichungsdatum | 2022-06-07 |
Bewertung | 4.43/5 Insgesamt 7 Bewertungen |
Entwickler | prostudydeveloperextension |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://pro-study.co.uk |
URL der Datenschutzrichtlinien-Seite | https://img1.wsimg.com/blobby/go/9006ee5a-8ebc-475b-95df-8f2c137d2575/downloads/Pro-AT%20Group%20Privacy%20Statement.pdf?ver=1666003438425 |
Unterstützte Sprachen | 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:\/\/*\/*" ] } ] } |