Colour Changer
Change the colour of the text and background of a webpage!
Hvad er Colour Changer?
Colour Changer er en Chrome-udvidelse udviklet af Michael Smith, og dens hovedfunktion er "Change the colour of the text and background of a webpage!".
Udvidelsesskærmbilleder
Download Colour Changer-udvidelses-CRX-fil
Download Colour Changer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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). Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | oghncgjeeecljbkloncoifojhioefmpj |
| Officiel URL | https://chromewebstore.google.com/detail/colour-changer/oghncgjeeecljbkloncoifojhioefmpj |
| Beskrivelse | Change the colour of the text and background of a webpage! |
| Filstørrelse | 91.72 KB |
| Antal Installationer | 999 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2017-10-26 |
| Udgivelsesdato | 2017-10-26 |
| Bedømmelse | 2.50/5 Samlet 8 Bedømmelser |
| Udvikler | Michael Smith |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |