Lasso Bookmark Manager

Lasso is the all-in-one bookmark organizer for bookmarking, web research, and knowledge management.

Lasso Bookmark Managerとは何ですか?

Lasso Bookmark Managerはhttps://www.lasso.netによって開発されたChromeの拡張機能で、その主な機能は「Lasso is the all-in-one bookmark organizer for bookmarking, web research, and knowledge management.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Lasso is the best service for creating collections of valuable content and then sharing with customers, team members, or social followers. Collections are private by default. Though, you can invite individuals or teams to collaborate on an individual or set of collections. You can also publish collections to the general public or to your social followers. It is considered by many as the best team bookmarking service available in the chrome store. It integrates with Slack. It now offers a Wordpress plugin so that curated collections can be published to your WordPress-based websites.                    

拡張機能の基本情報

名前 Lasso Bookmark Manager Lasso Bookmark Manager
ID dljbdgkjfpffemlhefcdiijoflfjaefg
公式URL https://chromewebstore.google.com/detail/lasso-bookmark-manager/dljbdgkjfpffemlhefcdiijoflfjaefg
説明 Lasso is the all-in-one bookmark organizer for bookmarking, web research, and knowledge management.
ファイルサイズ 151 KB
インストール数 1,645
現在のバージョン 1.0.3.0
最終更新日 2020-10-15
公開日 2020-05-15
評価 3.50/5 合計 12 レビュー
開発者 https://www.lasso.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.lasso.net/go/index.jsp?utm_source=chromestore&utm_medium=chrome&utm_campaign=organic&utm_content=general&utm_term=extension
ヘルプページのURL https://lassoyourdreams.zendesk.com/hc/en-us?utm_source=chromestore
プライバシーポリシーページのURL http://www.lasso.net/go/lasso/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lasso Bookmark Manager",
    "version": "1.0.3.0",
    "description": "Lasso is the all-in-one bookmark organizer for bookmarking, web research, and knowledge management.",
    "homepage_url": "http:\/\/www.lasso.net\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "ci.content.pack.js",
                "js\/content\/jquery.js",
                "js\/content\/vflHeadScript.js",
                "js\/content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/lasso-plugin-icon_64.png",
        "default_title": "Lasso Bookmark Manager"
    },
    "icons": {
        "24": "img\/lasso-plugin-icon_24.png",
        "48": "img\/lasso-plugin-icon_48.png",
        "128": "img\/lasso-plugin-icon_128.png"
    }
}