Lasso
Pragya Bookmark Addon
什么是Lasso?
Lasso是由Pragya Systems Corp开发的Chrome扩展程序,该扩展的主要功能是“Pragya Bookmark Addon”。
扩展截图
下载Lasso扩展crx文件
下载Lasso扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
“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" ] } ] } |