Lasso
Pragya Bookmark Addon
Lasso란 무엇입니까?
Lasso은(는) Pragya Systems Corp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pragya Bookmark Addon"입니다.
확장 프로그램 스크린샷
Lasso 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
“Lasso” allows you to add a URL directly into your course or library in the Pragya cloud. Login with your Pragya Systems credentials once and start browsing your libraries and courses directly from Lasso. As you are browsing the internet, if you find a page that is interesting, directly add it to your library/course/topic by clicking on the “Lasso” icon. Lasso helps Pragya Systems dramatically simplify authoring and curation of courses and discovery of learning content. To learn more, go to https://www.pragyasystems.com
확장 프로그램 기본 정보
이름 | Lasso |
ID | odhjialpmnpjbdanajhjnahiigombooc |
공식 URL | https://chromewebstore.google.com/detail/lasso/odhjialpmnpjbdanajhjnahiigombooc |
설명 | Pragya Bookmark Addon |
파일 크기 | 859 KB |
설치 횟수 | 26 |
현재 버전 | 0.2016.6.29 |
최근 업데이트 | 2016-06-30 |
출시 날짜 | 2016-06-30 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | Pragya Systems Corp |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.pragyasystems.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lasso", "short_name": "Lasso", "version": "0.2016.6.29", "manifest_version": 2, "description": "Pragya Bookmark Addon", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "UserLogin.html" }, "permissions": [ "tabs", "storage", "http:\/\/*.pragyasystems.com\/*", "https:\/\/*.pragyasystems.com\/*" ], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*.pragyasystems.com\/*", "https:\/\/*.pragyasystems.com\/*" ], "js": [ "js\/contentscript.js" ] } ] } |