Lasso
Pragya Bookmark Addon
Cos'è Lasso?
Lasso è un'estensione di Chrome sviluppata da Pragya Systems Corp, e la sua funzione principale è "Pragya Bookmark Addon".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lasso
Scarica i file di estensione Lasso in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
“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
Informazioni di Base sull'Estensione
Nome | Lasso |
ID | odhjialpmnpjbdanajhjnahiigombooc |
URL Ufficiale | https://chromewebstore.google.com/detail/lasso/odhjialpmnpjbdanajhjnahiigombooc |
Descrizione | Pragya Bookmark Addon |
Dimensione del File | 859 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 0.2016.6.29 |
Ultimo Aggiornamento | 2016-06-30 |
Data di Pubblicazione | 2016-06-30 |
Valutazione | 4.50/5 Totale 4 Valutazioni |
Sviluppatore | Pragya Systems Corp |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.pragyasystems.com |
Lingue Supportate | 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" ] } ] } |