Browse LinkedIn in Dark Theme

This extension implements dark theme for LinkedIn

Browse LinkedIn in Dark Themeคืออะไร?

Browse LinkedIn in Dark Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย appsbay และคุณลักษณะหลักของมันคือ "This extension implements dark theme for LinkedIn"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browse LinkedIn in Dark Theme

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

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

                        Have you always squinted your eyes whenever you browse through Linkedin?
Have you always wished there is a way to enable a dark mode for your Linkedin page?
Well, worry no more!
With this extension, you can begin to consume your Linkedin in dark mode...you can even toggle it on and off.
Now, we know that all it takes for this extension to break down is if the Linkedin team decided to change the structure of their front-end code.
They can.
And this is why the extension installed a toggle button in the first place.
In case a page is broken, just toggle it off and notify the developer.
He promise to fix it asap.

Why, you can even tinker with the css/js code here and submit a pull request:

https://github.com/wtoalabi/dark_link

This is a labour of love.

Enjoy and give a thumbs up.                    

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

ชื่อ Browse LinkedIn in Dark Theme Browse LinkedIn in Dark Theme
ID akekijglinhhpimighhmmbhkkleffcdn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/browse-linkedin-in-dark-t/akekijglinhhpimighhmmbhkkleffcdn
คำอธิบาย This extension implements dark theme for LinkedIn
ขนาดไฟล์ 271 KB
จำนวนการติดตั้ง 790
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2020-11-26
วันที่เผยแพร่ 2020-11-26
คะแนน 3.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา appsbay
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browse LinkedIn in Dark Theme",
    "description": "This extension implements dark theme for LinkedIn",
    "version": "0.0.3",
    "web_accessible_resources": [
        "src\/assets\/images\/*"
    ],
    "browser_action": {
        "default_icon": "src\/assets\/images\/icon.png"
    },
    "icons": {
        "16": "src\/assets\/images\/icon16.png",
        "48": "src\/assets\/images\/icon48.png",
        "128": "src\/assets\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "src\/assets\/app.css"
            ],
            "js": [
                "src\/assets\/app.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ]
}