Screenshot & Bookmark Manager by Lasso

Collect ideas to inspire your creativity. Save screenshots, web links and more.

Screenshot & Bookmark Manager by Lasso là gì?

Screenshot & Bookmark Manager by Lasso là một tiện ích mở rộng Chrome được phát triển bởi https://www.lasso.net, và tính năng chính của nó là "Collect ideas to inspire your creativity. Save screenshots, web links and more.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Screenshot & Bookmark Manager by 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

                        Save time by quickly capturing screenshots with the Lasso extension. 

You can capture the visible area, the full page, or custom area. 

You can then add comments, lines, shapes to easily communicate your thoughts on the screenshot.

Save the screenshot to a cloud service (lasso) or slack, or anywhere else by copying and pasting the screenshot.

When you save the screenshot to Lasso, you can optionally create a shareable web page for your image. You can then copy and paste the shareable URL.

All of these capabilities reduce the steps require to communicate your thoughts to others or save for yourself.  

Save up to a thousand screenshots for free or upgrade for advanced features and storing more screenshots. Lasso also offers team capabilities.                    

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

Tên Screenshot & Bookmark Manager by Lasso Screenshot & Bookmark Manager by Lasso
ID mpgmpojhkikacbjcdgibnhckgogphelc
URL Chính Thức https://chromewebstore.google.com/detail/screenshot-bookmark-manag/mpgmpojhkikacbjcdgibnhckgogphelc
Mô tả Collect ideas to inspire your creativity. Save screenshots, web links and more.
Kích Thước Tệp 1.35 MB
Số Lần Cài Đặt 1,509
Phiên Bản Hiện Tại 1.5.12
Cập Nhật Lần Cuối 2023-10-21
Ngày Phát Hành 2019-10-22
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://www.lasso.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.lasso.net
URL Trang Trợ Giúp https://vflyer.zendesk.com/hc/en-us/categories/360002206251-Lasso-Screen-Capture
URL Trang Chính Sách Bảo Mật http://www.lasso.net/go/lasso/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot & Bookmark Manager by Lasso",
    "version": "1.5.12",
    "manifest_version": 3,
    "minimum_chrome_version": "93",
    "description": "Collect ideas to inspire your creativity. Save screenshots, web links and more.",
    "action": {
        "default_title": "Click to launch Lasso",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "32": "img\/32x32.png",
        "48": "img\/48x48.png",
        "128": "img\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "*:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery.js",
                "libs\/cropper.js",
                "js\/content_script.js"
            ],
            "css": [
                "css\/content-script-style.css"
            ],
            "start_at": "idle"
        },
        {
            "matches": [
                "https:\/\/www.lasso.net\/*",
                "https:\/\/www.lasso1.net\/*"
            ],
            "js": [
                "js\/inject_script.js"
            ],
            "start_at": "idle",
            "world": "MAIN",
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*.png",
                "screenshot.html",
                "\/libs\/jquery.js"
            ],
            "matches": [
                "",
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "scripting",
        "unlimitedStorage",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        "",
        "*:\/\/*\/*"
    ]
}