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" ] } ] } |