NetX - wrapped
This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40.
O que é NetX - wrapped?
NetX - wrapped é uma extensão do Chrome desenvolvida por milothiesen, e sua principal característica é "This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NetX - wrapped
Baixe arquivos de extensão NetX - wrapped no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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)
Informações Básicas da Extensão
Nome | |
ID | ghilkdhhdnibobbbkmibdechgfflmape |
URL Oficial | https://chrome.google.com/webstore/detail/netx-wrapped/ghilkdhhdnibobbbkmibdechgfflmape |
Descrição | This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40. |
Tamanho do Arquivo | 676 KB |
Contagem de Instalações | 44 |
Versão Atual | 0.0.0.4 |
Última Atualização | 2018-11-25 |
Data de Publicação | 2018-11-25 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | milothiesen |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |