BrickFinder

Find information about LEGO(r) set.

O que é BrickFinder?

BrickFinder é uma extensão do Chrome desenvolvida por Wojciech Nowak, e sua principal característica é "Find information about LEGO(r) set.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão BrickFinder

Baixe arquivos de extensão BrickFinder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This extension allows you to find information about LEGO(r) sets in two ways:
1) Select set number on a page, then use a context menu to open a page of your interest.
2) Double click on a set number and wait for a new window to load.

You can choose which pages are available for use or try to add your own.
Available pages:
Bricklink.com (default), Brickset.com (default), Amazon, Ebay, Allegro.

In case of any questions or issues please contact me directly or on github.                    

Informações Básicas da Extensão

Nome BrickFinder BrickFinder
ID hieflnlieaipflhjenpbapkljiabhdbk
URL Oficial https://chromewebstore.google.com/detail/brickfinder/hieflnlieaipflhjenpbapkljiabhdbk
Descrição Find information about LEGO(r) set.
Tamanho do Arquivo 92.05 KB
Contagem de Instalações 99
Versão Atual 1.30
Última Atualização 2023-05-28
Data de Publicação 2018-06-03
Desenvolvedor Wojciech Nowak
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/WojciechNowak/BrickFinder
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BrickFinder",
    "description": "Find information about LEGO(r) set.",
    "author": "Wojciech Nowak",
    "version": "1.30",
    "background": {
        "persistent": false,
        "css": [
            "css\/styles.css"
        ],
        "scripts": [
            "js\/common.js",
            "js\/pageCreator.js",
            "js\/eventListener.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "options_page": "html\/options.html",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "icons": {
        "128": "css\/icon128.png"
    }
}