Linkedin Dark Mode
This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially
Was ist Linkedin Dark Mode?
Linkedin Dark Mode ist eine Chrome-Erweiterung, die von technohues entwickelt wurde, und ihr Hauptmerkmal ist "This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially".
Erweiterungsscreenshots
Linkedin Dark Mode-Erweiterungs-CRX-Datei herunterladen
Laden Sie Linkedin Dark Mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
We have been waiting for an official release of LinkedIn Dark Mode since long. As most of the other websites support dark mode, it is kind of disturbing and uneasy to switch to the LinkedIn tab having light theme all over. This little extension provide you the best Dark Mode experience while using LinkedIn on the web without much hassle. Enjoy! This is a work-in-progress and will be updated regularly. Incase you find places on the LinkedIn website which need the Dark Touchup please contact us using the support section on the store.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mfkfmjodbggjciighdfcfngbkladachd |
Offizielle URL | https://chrome.google.com/webstore/detail/linkedin-dark-mode/mfkfmjodbggjciighdfcfngbkladachd |
Beschreibung | This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially |
Dateigröße | 21.56 KB |
Installationsanzahl | 5,000 |
Aktuelle Version | 0.4.0 |
Letztes Update | 2021-07-07 |
Veröffentlichungsdatum | 2021-01-01 |
Bewertung | 4.77/5 Insgesamt 22 Bewertungen |
Entwickler | technohues |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linkedin Dark Mode", "version": "0.4.0", "description": "This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially", "page_action": { "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/www.linkedin.com\/feed\/?trk=nav_back_to_linkedin" ], "exclude_matches": [ "https:\/\/*.linkedin.com\/*sales*", "https:\/\/*.linkedin.com\/*campaignmanager*", "https:\/\/*.linkedin.com\/*profinder*", "https:\/\/www.linkedin.com\/services?trk=d_flagship3_nav", "https:\/\/www.linkedin.com\/salary?trk=d_flagship3_nav", "https:\/\/business.linkedin.com\/*" ] } ] } |