Minimal LinkedIn
Minimal Theme for LinkedIn
Minimal LinkedIn क्या है?
Minimal LinkedIn mohit.mamoria द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Minimal Theme for LinkedIn"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Minimal LinkedIn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Remove Linkedin clutter in one-click. Cut out distractions and focus on what brings you value. Minimal Linkedin is a Chrome extension that allows you to clean up the Linkedin user interface. It allows customizations such as: - Hide ads - Simplify navigation menu - Hide left and ride panes if not useful - Hide the messaging windows - Streamline Linkedin experience so you can focus on important features. Minimal LinkedIn is a free app made by indie makers, and is not associated with LinkedIn Corporation.
एक्सटेंशन की मूल जानकारी
नाम | Minimal LinkedIn |
ID | iegmkckkmafanakechnfeonaagfbkipl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/minimal-linkedin/iegmkckkmafanakechnfeonaagfbkipl |
विवरण | Minimal Theme for LinkedIn |
फ़ाइल का आकार | 64.18 KB |
स्थापना संख्या | 124 |
वर्तमान संस्करण | 2.1 |
अंतिम अपडेट | 2023-06-05 |
प्रकाशन तिथि | 2022-11-30 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | mohit.mamoria |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://minimallinkedin.com |
सहायता पृष्ठ URL | https://minimallinkedin.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimal LinkedIn", "description": "Minimal Theme for LinkedIn", "version": "2.1", "manifest_version": 3, "icons": { "128": "images\/icon.png" }, "sandbox": { "pages": [ "pages\/config.html" ] }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "js\/handlers.js", "js\/main.js" ] } ], "web_accessible_resources": [ { "resources": [ "css\/minimal.css", "pages\/config.html", "partials\/nav.html", "partials\/config-shortcut.html", "images\/icon.svg", "images\/icon-settings.svg", "images\/nav-home.svg", "images\/nav-network.svg", "images\/nav-jobs.svg", "images\/nav-messages.svg", "images\/nav-notifications.svg" ], "matches": [ "https:\/\/*.linkedin.com\/*" ] } ], "permissions": [ "storage", "activeTab" ], "host_permissions": [ "*:\/\/*.linkedin.com\/*" ], "action": { "default_icon": "images\/icon.png", "default_popup": "pages\/index.html" } } |