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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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."
        }
    }
}