Lasso
Pragya Bookmark Addon
What is Lasso?
Lasso is a Chrome extension developed by Pragya Systems Corp, and its main feature is "Pragya Bookmark Addon".
Extension Screenshots
Download Lasso Extension CRX File
Download Lasso extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
“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
Extension Basic Information
Name | Lasso |
ID | odhjialpmnpjbdanajhjnahiigombooc |
Official URL | https://chromewebstore.google.com/detail/lasso/odhjialpmnpjbdanajhjnahiigombooc |
Description | Pragya Bookmark Addon |
File Size | 859 KB |
Installation Count | 26 |
Current Version | 0.2016.6.29 |
Last Updated | 2016-06-30 |
Publish Date | 2016-06-30 |
Rating | 4.50/5 Total 4 Ratings |
Developer | Pragya Systems Corp |
Payment Type | free |
Extension Website | https://www.pragyasystems.com |
Supported Languages | 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" ] } ] } |