Link Text Color
Changes link color to blue, visited link to purple, body text to black and page background to white.
Hvad er Link Text Color?
Link Text Color er en Chrome-udvidelse udviklet af oswaldcobblebot, og dens hovedfunktion er "Changes link color to blue, visited link to purple, body text to black and page background to white.".
Udvidelsesskærmbilleder
Download Link Text Color-udvidelses-CRX-fil
Download Link Text Color-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
This extension changes global link color to blue, visited link to purple, body text to black and page background to white. No option to change colors.
Grundlæggende oplysninger om udvidelsen
Navn | Link Text Color |
ID | djajcdbelhandnaichcbohaoefndhnde |
Officiel URL | https://chromewebstore.google.com/detail/link-text-color/djajcdbelhandnaichcbohaoefndhnde |
Beskrivelse | Changes link color to blue, visited link to purple, body text to black and page background to white. |
Filstørrelse | 20.25 KB |
Antal Installationer | 1,822 |
Nuværende Version | 1.3 |
Senest Opdateret | 2015-11-20 |
Udgivelsesdato | 2015-11-20 |
Bedømmelse | 3.58/5 Samlet 33 Bedømmelser |
Udvikler | oswaldcobblebot |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Text Color", "description": "Changes link color to blue, visited link to purple, body text to black and page background to white.", "version": "1.3", "icons": { "128": "icon_txt.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Link Text Color" }, "commands": { "command_toggle_global": { "description": "Toggle COLORS on\/off" }, "command_toggle_site": { "description": "Toggle COLORS on a site" } }, "content_scripts": [ { "matches": [ " |