Lasso
Pragya Bookmark Addon
Wat is Lasso?
Lasso is een Chrome-extensie ontwikkeld door Pragya Systems Corp, en de belangrijkste functie is "Pragya Bookmark Addon".
Extensie Screenshots
Download het CRX-bestand van de extensie Lasso
Download Lasso-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
“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
Basisinformatie over de Extensie
Naam | Lasso |
ID | odhjialpmnpjbdanajhjnahiigombooc |
Officiële URL | https://chromewebstore.google.com/detail/lasso/odhjialpmnpjbdanajhjnahiigombooc |
Beschrijving | Pragya Bookmark Addon |
Bestandsgrootte | 859 KB |
Aantal Installaties | 26 |
Huidige Versie | 0.2016.6.29 |
Laatst Bijgewerkt | 2016-06-30 |
Publicatiedatum | 2016-06-30 |
Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Pragya Systems Corp |
Betalingswijze | free |
Extensiewebsite | https://www.pragyasystems.com |
Ondersteunde Talen | 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" ] } ] } |