NetX - wrapped

This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40.

Was ist NetX - wrapped?

NetX - wrapped ist eine Chrome-Erweiterung, die von milothiesen entwickelt wurde, und ihr Hauptmerkmal ist "This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40.".

Erweiterungsscreenshots

screenshot

NetX - wrapped-Erweiterungs-CRX-Datei herunterladen

Laden Sie NetX - wrapped-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name NetX - wrapped NetX - wrapped
ID ghilkdhhdnibobbbkmibdechgfflmape
Offizielle URL https://chrome.google.com/webstore/detail/netx-wrapped/ghilkdhhdnibobbbkmibdechgfflmape
Beschreibung This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40.
Dateigröße 676 KB
Installationsanzahl 44
Aktuelle Version 0.0.0.4
Letztes Update 2018-11-25
Veröffentlichungsdatum 2018-11-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler milothiesen
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}