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
官方網址 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
電子郵箱 [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"
    }
}