Search on BrickLink

Search on BrickLink by selecting text and search via context menu or keyboard shortcut.

Search on BrickLinkとは何ですか?

Search on BrickLinkはStef Käserによって開発されたChromeの拡張機能で、その主な機能は「Search on BrickLink by selecting text and search via context menu or keyboard shortcut.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        With this extension you select LEGO related text on any website and search the selected text via context menu or keyboard shortcut on BrickLink. The selected text, can be any keyword, a part number or a set number. The BrickLink website opens in a new tab with the selected text as search argument.

Release notes v1.4
Added keyboard shortcuts.
After selecting a text you can use the following shortcuts:
Alt+Shift+S => opens set info.
Alt+Shift+P => opens part info.
Alt+Shift+F => searches for keyword on BrickLink.
Keyboard shortcuts can be changed under:
chrome://extensions/shortcuts

Multiple set no. can be selected and opened.                    

拡張機能の基本情報

名前 Search on BrickLink Search on BrickLink
ID eicgehidhiifikcocejmmohjmappilgo
公式URL https://chromewebstore.google.com/detail/search-on-bricklink/eicgehidhiifikcocejmmohjmappilgo
説明 Search on BrickLink by selecting text and search via context menu or keyboard shortcut.
ファイルサイズ 323 KB
インストール数 44
現在のバージョン 1.4
最終更新日 2023-05-03
公開日 2022-05-12
評価 5.00/5 合計 1 レビュー
開発者 Stef Käser
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search on BrickLink",
    "description": "Search on BrickLink by selecting text and search via context menu or keyboard shortcut.",
    "version": "1.4",
    "manifest_version": 3,
    "author": "Stef K\u00e4ser",
    "permissions": [
        "contextMenus",
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "serviceworker.js"
    },
    "commands": {
        "search-set": {
            "suggested_key": {
                "default": "Alt+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Open set info on BrickLink for selected text."
        },
        "search-part": {
            "suggested_key": {
                "default": "Alt+Shift+P",
                "mac": "Command+Shift+P"
            },
            "description": "Open part info on BrickLink for selected text."
        },
        "search-keyword": {
            "suggested_key": {
                "default": "Alt+Shift+F",
                "mac": "Command+Shift+F"
            },
            "description": "Search for selected text on BrickLink."
        }
    }
}