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によって開発されたChromeの拡張機能で、その主な機能は「Collect ideas to inspire your creativity. Save screenshots, web links and more.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Screenshot & Bookmark Manager by Lasso拡張機能のCRXファイルをダウンロード

Screenshot & Bookmark Manager by Lasso拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
        "",
        "*:\/\/*\/*"
    ]
}