Screenshot & Bookmark Manager by Lasso

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

Screenshot & Bookmark Manager by Lasso क्या है?

Screenshot & Bookmark Manager by Lasso https://www.lasso.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect ideas to inspire your creativity. Save screenshots, web links and more."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Screenshot & Bookmark Manager by Lasso एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Screenshot & Bookmark Manager by Lasso Screenshot & Bookmark Manager by Lasso
ID mpgmpojhkikacbjcdgibnhckgogphelc
आधिकारिक URL https://chromewebstore.google.com/detail/screenshot-bookmark-manag/mpgmpojhkikacbjcdgibnhckgogphelc
विवरण Collect ideas to inspire your creativity. Save screenshots, web links and more.
फ़ाइल का आकार 1.35 MB
स्थापना संख्या 1,509
वर्तमान संस्करण 1.5.12
अंतिम अपडेट 2023-10-21
प्रकाशन तिथि 2019-10-22
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर https://www.lasso.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.lasso.net
सहायता पृष्ठ URL https://vflyer.zendesk.com/hc/en-us/categories/360002206251-Lasso-Screen-Capture
गोपनीयता नीति पृष्ठ URL http://www.lasso.net/go/lasso/privacy
समर्थित भाषाएँ 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": [
        "",
        "*:\/\/*\/*"
    ]
}