Change Page Colors
A tool that automatically change the color of background and text in the page
O que é Change Page Colors?
Change Page Colors é uma extensão do Chrome desenvolvida por zanomate, e sua principal característica é "A tool that automatically change the color of background and text in the page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Change Page Colors
Baixe arquivos de extensão Change Page Colors 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 Page Colors" is a tool that allow users to easily change main background and text colors of any web page. The purpose is to make reading more confortable and adaptive to the user preferences. Functionality (First release) - Change background and text color a any page with a click. - Choose your favorite colors and the tool will remember your last choice.
Informações Básicas da Extensão
Nome | |
ID | bpffefpenhflenffmncchaepkgebkpne |
URL Oficial | https://chrome.google.com/webstore/detail/change-page-colors/bpffefpenhflenffmncchaepkgebkpne |
Descrição | A tool that automatically change the color of background and text in the page |
Tamanho do Arquivo | 43.54 KB |
Contagem de Instalações | 4,311 |
Versão Atual | 1.0.0.0 |
Última Atualização | 2016-02-27 |
Data de Publicação | 2016-02-27 |
Classificação | 2.55/5 Total de 22 Avaliações |
Desenvolvedor | zanomate |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0.0", "name": "Change Page Colors", "description": "A tool that automatically change the color of background and text in the page", "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "browser_action": { "default_icon": "imgs\/128.png", "default_popup": "popup.html" }, "permissions": [ " |