Linkedin Dark Mode
This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially
Что такое Linkedin Dark Mode?
Linkedin Dark Mode - это расширение Chrome, разработанное technohues, и его основная функция - "This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially".
Снимки экрана расширения
Скачать файл CRX расширения Linkedin Dark Mode
Скачайте файлы расширений Linkedin Dark Mode в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | mfkfmjodbggjciighdfcfngbkladachd |
Официальный URL | https://chrome.google.com/webstore/detail/linkedin-dark-mode/mfkfmjodbggjciighdfcfngbkladachd |
Описание | This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially |
Размер файла | 21.56 KB |
Количество установок | 5,000 |
Текущая Версия | 0.4.0 |
Последнее Обновление | 2021-07-07 |
Дата публикации | 2021-01-01 |
Рейтинг | 4.77/5 Всего 22 оценок |
Разработчик | technohues |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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\/*" ] } ] } |