Link Builder

A plugin to build and open links in new tabs quickly

O que é Link Builder?

Link Builder é uma extensão do Chrome desenvolvida por Yohei, e sua principal característica é "A plugin to build and open links in new tabs quickly".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Link Builder

Baixe arquivos de extensão Link Builder 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

                        Easily add commonly used URL prefixes and open tabs from selected text.

Instructions:
1. Add your commonly used URL prefix (eg. "http://m.mlb.com/player/")
2. Select text on a webpage to build a new URL (eg. "605141")
3. After selecting the text, right click and select the prefix
4. You'll see the newly constructed URL open in a new tab (eg.  "http://m.mlb.com/player/605141")

Extra:
1. If you select text that has whitespaces, you can open multiple tabs at once (eg. "605141 660271")
2. Adding a blank URL prefix will enable you to open new tabs without any prefixes. This may come in handy if you select a couple of URLs and want to open all of them in separate tabs in one click.
3. Use "{}" as a placeholder. If a url contains "{}", the "{}" portion will be replaced instead of the text being appended to the end                    

Informações Básicas da Extensão

Nome Link Builder Link Builder
ID dejdoojikkdnjajianfjdgobfknnafan
URL Oficial https://chromewebstore.google.com/detail/link-builder/dejdoojikkdnjajianfjdgobfknnafan
Descrição A plugin to build and open links in new tabs quickly
Tamanho do Arquivo 43.64 KB
Contagem de Instalações 91
Versão Atual 0.1.0
Última Atualização 2019-07-14
Data de Publicação 2019-07-14
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Yohei
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Builder",
    "description": "A plugin to build and open links in new tabs quickly",
    "version": "0.1.0",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon38.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}