LinkedIn Dark Themes
A browser extension for LinkedIn users who prefer darker colors
LinkedIn Dark Themes क्या है?
LinkedIn Dark Themes http://racy.tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension for LinkedIn users who prefer darker colors"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LinkedIn Dark Themes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |