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."입니다.
확장 프로그램 스크린샷
Pro-Study Online 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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:\/\/*\/*" ] } ] } |