NetX - wrapped
This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40.
¿Qué es NetX - wrapped?
NetX - wrapped es una extensión de Chrome desarrollada por milothiesen, y su función principal es "This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NetX - wrapped
Descarga archivos de extensión NetX - wrapped en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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)
Información Básica de la Extensión
Nombre | |
ID | ghilkdhhdnibobbbkmibdechgfflmape |
URL Oficial | https://chrome.google.com/webstore/detail/netx-wrapped/ghilkdhhdnibobbbkmibdechgfflmape |
Descripción | This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40. |
Tamaño del Archivo | 676 KB |
Cantidad de Instalaciones | 44 |
Versión Actual | 0.0.0.4 |
Última Actualización | 2018-11-25 |
Fecha de Publicación | 2018-11-25 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | milothiesen |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |