Linkedin Dark Mode
This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially
Linkedin Dark Mode là gì?
Linkedin Dark Mode là một tiện ích mở rộng Chrome được phát triển bởi technohues, và tính năng chính của nó là "This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Linkedin Dark Mode
Tải xuống các tệp mở rộng Linkedin Dark Mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mfkfmjodbggjciighdfcfngbkladachd |
URL Chính Thức | https://chrome.google.com/webstore/detail/linkedin-dark-mode/mfkfmjodbggjciighdfcfngbkladachd |
Mô tả | This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially |
Kích Thước Tệp | 21.56 KB |
Số Lần Cài Đặt | 5,000 |
Phiên Bản Hiện Tại | 0.4.0 |
Cập Nhật Lần Cuối | 2021-07-07 |
Ngày Phát Hành | 2021-01-01 |
Đánh Giá | 4.77/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | technohues |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |