LinkedIn Dark Themes
A browser extension for LinkedIn users who prefer darker colors
Cos'è LinkedIn Dark Themes?
LinkedIn Dark Themes è un'estensione di Chrome sviluppata da http://racy.tech, e la sua funzione principale è "A browser extension for LinkedIn users who prefer darker colors".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LinkedIn Dark Themes
Scarica i file di estensione LinkedIn Dark Themes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | pemgipcdnnddmoenjdcjanlgdefnhclg |
URL Ufficiale | https://chrome.google.com/webstore/detail/linkedin-dark-themes/pemgipcdnnddmoenjdcjanlgdefnhclg |
Descrizione | A browser extension for LinkedIn users who prefer darker colors |
Dimensione del File | 48.1 KB |
Conteggio Installazioni | 655 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2021-02-17 |
Data di Pubblicazione | 2021-01-20 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | http://racy.tech |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://racy.tech |
Lingue Supportate | 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" } } |