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
Eメール [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\/*"
            ]
        }
    ]
}