Change Page Colors
A tool that automatically change the color of background and text in the page
Cos'è Change Page Colors?
Change Page Colors è un'estensione di Chrome sviluppata da zanomate, e la sua funzione principale è "A tool that automatically change the color of background and text in the page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Change Page Colors
Scarica i file di estensione Change Page Colors in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
"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.
Informazioni di Base sull'Estensione
Nome | |
ID | bpffefpenhflenffmncchaepkgebkpne |
URL Ufficiale | https://chrome.google.com/webstore/detail/change-page-colors/bpffefpenhflenffmncchaepkgebkpne |
Descrizione | A tool that automatically change the color of background and text in the page |
Dimensione del File | 43.54 KB |
Conteggio Installazioni | 4,311 |
Versione Corrente | 1.0.0.0 |
Ultimo Aggiornamento | 2016-02-27 |
Data di Pubblicazione | 2016-02-27 |
Valutazione | 2.55/5 Totale 22 Valutazioni |
Sviluppatore | zanomate |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ " |