NVIDIA nvis
An image/stream viewer extension by NVIDIA!
Τι είναι το NVIDIA nvis;
Το NVIDIA nvis είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jim Nilsson, και η κύρια λειτουργία του είναι "An image/stream viewer extension by NVIDIA!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης NVIDIA nvis
Λήψη αρχείων επέκτασης NVIDIA nvis σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
nvis is an image stream viewer, with the goal to facilitate image and image stream comparisons. Streams can be of browser-compatible images, or EXR images. Shaders can be added that have image streams as input (or not). These can implement any type of function, and the accompanying JSON user interface description allows for interactive adjustment of shader parameters. Author: Jim Nilsson ([email protected]) Copyright 2021, 2022 NVIDIA Corporation Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hiaiphajbeohpgidlhnhodcppiibohld |
Επίσημο URL | https://chrome.google.com/webstore/detail/nvidia-nvis/hiaiphajbeohpgidlhnhodcppiibohld |
Περιγραφή | An image/stream viewer extension by NVIDIA! |
Μέγεθος Αρχείου | 239 KB |
Αριθμός Εγκαταστάσεων | 307 |
Τρέχουσα Έκδοση | 0.13 |
Τελευταία Ενημέρωση | 2022-05-05 |
Ημερομηνία Δημοσίευσης | 2022-03-09 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Jim Nilsson |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NVIDIA nvis", "description": "An image\/stream viewer extension by NVIDIA!", "version": "0.13", "manifest_version": 3, "background": { "service_worker": "content.js" }, "action": { "default_title": "Click to start nvis!" }, "icons": { "16": "\/icons\/nvis-logo-16.png", "32": "\/icons\/nvis-logo-32.png", "48": "\/icons\/nvis-logo-48.png", "128": "\/icons\/nvis-logo-128.png" } } |