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 |
官方網址 | 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" } } |