Colour Changer
Change the colour of the text and background of a webpage!
O que é Colour Changer?
Colour Changer é uma extensão do Chrome desenvolvida por Michael Smith, e sua principal característica é "Change the colour of the text and background of a webpage!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Colour Changer
Baixe arquivos de extensão Colour Changer 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
Allows users to apply any colour to fonts and backgrounds of any webpage. To use the extension click on the symbol and you will see a drop-down menu, this has three options - fonts, background and reset. Upon clicking either the font or background it will drop-down three sliders that represent the RGB values, move these sliders to change the font/background. The reset button will remove any changes made to the page (note: to do this it refreshes the page).
Informações Básicas da Extensão
Nome | Colour Changer |
ID | oghncgjeeecljbkloncoifojhioefmpj |
URL Oficial | https://chromewebstore.google.com/detail/colour-changer/oghncgjeeecljbkloncoifojhioefmpj |
Descrição | Change the colour of the text and background of a webpage! |
Tamanho do Arquivo | 91.72 KB |
Contagem de Instalações | 999 |
Versão Atual | 1.0 |
Última Atualização | 2017-10-26 |
Data de Publicação | 2017-10-26 |
Classificação | 2.50/5 Total de 8 Avaliações |
Desenvolvedor | Michael Smith |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colour Changer", "description": "Change the colour of the text and background of a webpage!", "version": "1.0", "icons": { "48": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click Here!" }, "permissions": [ "activeTab" ] } |