LinkedIn Dark Themes
A browser extension for LinkedIn users who prefer darker colors
什么是LinkedIn Dark Themes?
LinkedIn Dark Themes是由http://racy.tech开发的Chrome扩展程序,该扩展的主要功能是“A browser extension for LinkedIn users who prefer darker colors”。
扩展截图
下载LinkedIn Dark Themes扩展crx文件
下载LinkedIn Dark Themes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
LinkedIn Dark Themes provides 3 dark themes "dark-gray", "mauve" and "camo" for users choice. It not just saves eyes from bright screen, but also brings color diversity.
扩展基本信息
名称 | |
ID | pemgipcdnnddmoenjdcjanlgdefnhclg |
官方URL | https://chrome.google.com/webstore/detail/linkedin-dark-themes/pemgipcdnnddmoenjdcjanlgdefnhclg |
简介 | A browser extension for LinkedIn users who prefer darker colors |
文件大小 | 48.1 KB |
安装次数 | 655 |
当前版本 | 1.2 |
更新时间 | 2021-02-17 |
上架时间 | 2021-01-20 |
评分 | 3.67/5 共3次评分 |
开发者 | http://racy.tech |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://racy.tech |
支持的语言 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkedIn Dark Themes", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.2", "author": "Kairat Abylkasymov", "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/www.linkedin.com\/*" ], "exclude_matches": [ "*:\/\/www.linkedin.com\/accessibility\/*", "*:\/\/www.linkedin.com\/help\/*", "*:\/\/www.linkedin.com\/legal\/*", "*:\/\/www.linkedin.com\/talent\/*", "*:\/\/www.linkedin.com\/uas\/*", "*:\/\/www.linkedin.com\/home\/*", "*:\/\/www.linkedin.com\/signup\/*", "*:\/\/www.linkedin.com\/login*", "*:\/\/www.linkedin.com\/payments\/*", "*:\/\/www.linkedin.com\/psettings\/*", "*:\/\/www.linkedin.com\/premium\/cancel\/*", "*:\/\/www.linkedin.com\/salary\/*" ], "js": [ ".\/content_scripts\/index.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup\/index.html" }, "icons": { "16": "\/icons\/linkedin_themes16.png", "32": "\/icons\/linkedin_themes32.png", "48": "\/icons\/linkedin_themes48.png", "128": "\/icons\/linkedin_themes128.png" } } |