Dark Mode for LinkedIn

This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially

Dark Mode for LinkedInคืออะไร?

Dark Mode for LinkedIn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย technohues และคุณลักษณะหลักของมันคือ "This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark Mode for LinkedIn

ดาวน์โหลดไฟล์ส่วนขยาย Dark Mode for LinkedIn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially
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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dark Mode for LinkedIn Dark Mode for LinkedIn
ID epianflclchieodjedoampbgdblbpldm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-mode-for-linkedin/epianflclchieodjedoampbgdblbpldm
คำอธิบาย This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially
ขนาดไฟล์ 75.88 KB
จำนวนการติดตั้ง 167
เวอร์ชันปัจจุบัน 0.4.3
อัปเดตครั้งล่าสุด 2022-04-02
วันที่เผยแพร่ 2022-04-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา technohues
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Mode for LinkedIn",
    "description": "This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially",
    "version": "0.4.3",
    "manifest_version": 3,
    "icons": {
        "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\/*"
            ]
        }
    ]
}