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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}