NetX - wrapped
This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40.
Hvad er NetX - wrapped?
NetX - wrapped er en Chrome-udvidelse udviklet af milothiesen, og dens hovedfunktion er "This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40.".
Udvidelsesskærmbilleder
Download NetX - wrapped-udvidelses-CRX-fil
Download NetX - wrapped-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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)
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ghilkdhhdnibobbbkmibdechgfflmape |
Officiel URL | https://chrome.google.com/webstore/detail/netx-wrapped/ghilkdhhdnibobbbkmibdechgfflmape |
Beskrivelse | This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40. |
Filstørrelse | 676 KB |
Antal Installationer | 44 |
Nuværende Version | 0.0.0.4 |
Senest Opdateret | 2018-11-25 |
Udgivelsesdato | 2018-11-25 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | milothiesen |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |