NetX - wrapped

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

NetX - wrapped là gì?

NetX - wrapped là một tiện ích mở rộng Chrome được phát triển bởi milothiesen, và tính năng chính của nó là "This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NetX - wrapped

Tải xuống các tệp mở rộng NetX - wrapped dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NetX - wrapped NetX - wrapped
ID ghilkdhhdnibobbbkmibdechgfflmape
URL Chính Thức https://chrome.google.com/webstore/detail/netx-wrapped/ghilkdhhdnibobbbkmibdechgfflmape
Mô tả This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40.
Kích Thước Tệp 676 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 0.0.0.4
Cập Nhật Lần Cuối 2018-11-25
Ngày Phát Hành 2018-11-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển milothiesen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}