Boldish

Makes the first half of word half bold

O que é Boldish?

Boldish é uma extensão do Chrome desenvolvida por jlowell000, e sua principal característica é "Makes the first half of word half bold".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Boldish

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

                        A basic thing that will try to make the first half of words bolded. It may break the css in some websites depending on how they implement things                    

Informações Básicas da Extensão

Nome Boldish Boldish
ID pkfneifpfeioklmcapdbhoiflffdpkia
URL Oficial https://chromewebstore.google.com/detail/boldish/pkfneifpfeioklmcapdbhoiflffdpkia
Descrição Makes the first half of word half bold
Tamanho do Arquivo 15.29 KB
Contagem de Instalações 75
Versão Atual 1.0
Última Atualização 2022-05-25
Data de Publicação 2022-05-24
Desenvolvedor jlowell000
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/jlowell000/boldish
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boldish",
    "description": "Makes the first half of word half bold",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/boldish16.png",
            "32": "\/images\/boldish32.png",
            "48": "\/images\/boldish48.png",
            "128": "\/images\/boldish128.png"
        }
    },
    "icons": {
        "16": "\/images\/boldish16.png",
        "32": "\/images\/boldish32.png",
        "48": "\/images\/boldish48.png",
        "128": "\/images\/boldish128.png"
    }
}