NetX - wrapped
This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40.
NetX - wrapped क्या है?
NetX - wrapped milothiesen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NetX - wrapped एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This plugin expands or wraps text depending on which view you are in NetX. Simply click the eyeball icon to expand or wrap the text. Curator View - Clicking the button expands all text fields to 100% List View - Clicking the button wraps text and sets the max column width to 600px. Icons made by Freepik (https://www.freepik.com) from Flaticon (https://www.flaticon.com) is licensed by Creative Commons BY 3.0, CC 3.0 BY (http://creativecommons.org/licenses/by/3.0)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ghilkdhhdnibobbbkmibdechgfflmape |
आधिकारिक URL | https://chrome.google.com/webstore/detail/netx-wrapped/ghilkdhhdnibobbbkmibdechgfflmape |
विवरण | This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40. |
फ़ाइल का आकार | 676 KB |
स्थापना संख्या | 44 |
वर्तमान संस्करण | 0.0.0.4 |
अंतिम अपडेट | 2018-11-25 |
प्रकाशन तिथि | 2018-11-25 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | milothiesen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NetX - wrapped", "short_name": "wrapped", "description": "This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40.", "version": "0.0.0.4", "author": "Milo Thiesen - Lead Technical Analyst - Metropolitan Museum of Art", "background": { "scripts": [ "jquery-3.3.1.min.js", "background.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "vision.png" } } |