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によって開発されたChromeの拡張機能で、その主な機能は「This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40.」です。

拡張機能のスクリーンショット

screenshot

NetX - wrapped拡張機能のCRXファイルをダウンロード

NetX - wrapped拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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)                    

拡張機能の基本情報

名前 NetX - wrapped NetX - wrapped
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
Eメール [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"
    }
}