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是由technohues开发的Chrome扩展程序,该扩展的主要功能是“This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Linkedin Dark Mode扩展crx文件

下载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.                    

扩展基本信息

名称 Linkedin Dark Mode Linkedin Dark Mode
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\/*"
            ]
        }
    ]
}