Lasso

Pragya Bookmark Addon

Lasso là gì?

Lasso là một tiện ích mở rộng Chrome được phát triển bởi Pragya Systems Corp, và tính năng chính của nó là "Pragya Bookmark Addon".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lasso

Tải xuống các tệp mở rộng Lasso dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        “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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lasso Lasso
ID odhjialpmnpjbdanajhjnahiigombooc
URL Chính Thức https://chromewebstore.google.com/detail/lasso/odhjialpmnpjbdanajhjnahiigombooc
Mô tả Pragya Bookmark Addon
Kích Thước Tệp 859 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 0.2016.6.29
Cập Nhật Lần Cuối 2016-06-30
Ngày Phát Hành 2016-06-30
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Pragya Systems Corp
Loại Thanh Toán free
Trang Web Mở Rộng https://www.pragyasystems.com
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}