Ubuntu Orange Selection Color

Changes text selection color to Orange like in the Ambiance Theme.

O que é Ubuntu Orange Selection Color?

Ubuntu Orange Selection Color é uma extensão do Chrome desenvolvida por darkfur93, e sua principal característica é "Changes text selection color to Orange like in the Ambiance Theme.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ubuntu Orange Selection Color

Baixe arquivos de extensão Ubuntu Orange Selection Color 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

                        Change log:

Version: 2.0 June 15, 2013: Updated Manifest, New images

Version: 1.1 September 17, 2011: Bug fixes                    

Informações Básicas da Extensão

Nome Ubuntu Orange Selection Color Ubuntu Orange Selection Color
ID bociknnlecmldnnglpoijppnpdeiofbm
URL Oficial https://chromewebstore.google.com/detail/ubuntu-orange-selection-c/bociknnlecmldnnglpoijppnpdeiofbm
Descrição Changes text selection color to Orange like in the Ambiance Theme.
Tamanho do Arquivo 5.22 KB
Contagem de Instalações 231
Versão Atual 2.0
Última Atualização 2013-06-16
Data de Publicação 2013-06-15
Classificação 4.44/5 Total de 16 Avaliações
Desenvolvedor darkfur93
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ubuntu Orange Selection Color",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Changes text selection color to Orange like in the Ambiance Theme.",
    "icons": {
        "48": "images\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "css": [
                "stylesheets\/selection.css"
            ]
        }
    ]
}