teamlink

Easiest way to sync, collaborate and search bookmarks

teamlinkとは何ですか?

teamlinkはhttps://getteamlink.web.appによって開発されたChromeの拡張機能で、その主な機能は「Easiest way to sync, collaborate and search bookmarks」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Build your knowledge bank with bookmarks
Quick bookmark links you find useful and we will make sure you find it when you need them the most.

Get one of the best Productivity tools on Chrome!
★ Augmented Bookmark Search
Get matching bookmarks directly in your google searches.

★ Omnibox Bookmark Search
Search bookmarks directly from browser address bar Press L and space followed by search query.

★ Quick Add/Remove Bookmark
Add/Remove bookmarks quickly using keyboard shortcut Ctrl + Shift + L

★ Sync, Share Bookmarks with Teams (Coming Soon!)
Create team workspaces, share and collaborate bookmarks with your teams

✔ Get started in seconds
Quick one click install and you will never have to waste time finding same thing again and again.

Privacy Policy at: https://getteamlink.web.app/privacy.html
Learn more about the extension: https://teamlink.web.app                    

拡張機能の基本情報

名前 teamlink teamlink
ID keefgegllkbafoneklpidccocjllbenl
公式URL https://chromewebstore.google.com/detail/teamlink/keefgegllkbafoneklpidccocjllbenl
説明 Easiest way to sync, collaborate and search bookmarks
ファイルサイズ 307 KB
インストール数 83
現在のバージョン 0.1.1
最終更新日 2021-10-17
公開日 2021-09-29
評価 5.00/5 合計 4 レビュー
開発者 https://getteamlink.web.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://getteamlink.web.app/
ヘルプページのURL https://getteamlink.web.app/contact.html
プライバシーポリシーページのURL https://getteamlink.web.app/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Easiest way to sync, collaborate and search bookmarks",
    "version": "0.1.1",
    "name": "teamlink",
    "manifest_version": 2,
    "homepage_url": "http:\/\/getteamlink.web.app",
    "icons": {
        "16": "static\/assets\/icons\/16.png",
        "24": "static\/assets\/icons\/24.png",
        "32": "static\/assets\/icons\/32.png",
        "64": "static\/assets\/icons\/64.png",
        "128": "static\/assets\/icons\/128.png"
    },
    "browser_action": [],
    "options_page": "static\/options.html",
    "background": {
        "page": "static\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/jquery-3.6.0.slim.min.js",
                "content.js"
            ]
        }
    ],
    "commands": {
        "toggleBookmark": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Add\/Remove Bookmark"
        }
    },
    "omnibox": {
        "keyword": "l"
    },
    "permissions": [
        "tabs",
        "storage",
        "bookmarks",
        "activeTabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}