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 |
官方網址 | 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" ] } ] } |