Minimal Behance
Low contrast changes to Behance UI to achieve more focus in the project view.
Minimal Behance क्या है?
Minimal Behance martyr— द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Low contrast changes to Behance UI to achieve more focus in the project view."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Minimal Behance एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Lower contrast buttons at the right of the project - Hides some elements from the header and lowers the contrast of it - Hides the footer completely - Changes the transparent black background when peaking over a project to a solid white background, same color as the direct project view page. No functionality is being removed. Just small visual changes.
एक्सटेंशन की मूल जानकारी
नाम | Minimal Behance |
ID | cmalmbljkafcblepcdpdaphaphijpffm |
आधिकारिक URL | https://chromewebstore.google.com/detail/minimal-behance/cmalmbljkafcblepcdpdaphaphijpffm |
विवरण | Low contrast changes to Behance UI to achieve more focus in the project view. |
फ़ाइल का आकार | 13.38 KB |
स्थापना संख्या | 145 |
वर्तमान संस्करण | 2.2 |
अंतिम अपडेट | 2023-04-21 |
प्रकाशन तिथि | 2020-06-19 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | martyr— |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://martyr.shop/pages/minimal-behance |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Minimal Behance", "version": "2.2", "host_permissions": [ "https:\/\/www.behance.net\/*" ], "description": "Low contrast changes to Behance UI to achieve more focus in the project view.", "icons": { "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.behance.net\/*" ], "css": [ "minimal-behance.css" ] }, { "matches": [ "*:\/\/www.behance.net\/gallery*" ], "css": [ "minimal-behance-gallery.css" ], "exclude_matches": [ "*:\/\/www.behance.net\/" ] } ] } |