Lasso
Pragya Bookmark Addon
ما هو Lasso؟
Lasso هو إضافة Chrome تم تطويرها بواسطة Pragya Systems Corp، والميزة الرئيسية لها هي "Pragya Bookmark Addon".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lasso
قم بتنزيل ملفات الامتداد Lasso بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
“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" ] } ] } |