Colour Changer
Change the colour of the text and background of a webpage!
Vad är Colour Changer?
Colour Changer är en Chrome-tillägg utvecklad av Michael Smith, och dess huvudfunktion är "Change the colour of the text and background of a webpage!".
Tilläggsskärmbilder
Ladda ner Colour Changer-förlängningens CRX-fil
Ladda ner Colour Changer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | oghncgjeeecljbkloncoifojhioefmpj |
| Officiell webbadress | https://chromewebstore.google.com/detail/colour-changer/oghncgjeeecljbkloncoifojhioefmpj |
| Beskrivning | Change the colour of the text and background of a webpage! |
| Filstorlek | 91.72 KB |
| Antal Installationer | 999 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2017-10-26 |
| Publiceringsdatum | 2017-10-26 |
| Betyg | 2.50/5 Totalt 8 Betyg |
| Utvecklare | Michael Smith |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |