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.”。
擴展截圖
下載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)
擴展基本資訊
名稱 | |
ID | ghilkdhhdnibobbbkmibdechgfflmape |
官方網址 | 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" } } |