FC 3D Image Tool
Get fotocommunity 3D foto and convert it to different type 3D
Τι είναι το FC 3D Image Tool;
Το FC 3D Image Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Thomas Theiner, και η κύρια λειτουργία του είναι "Get fotocommunity 3D foto and convert it to different type 3D".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης FC 3D Image Tool
Λήψη αρχείων επέκτασης FC 3D Image Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Diese Erweiterung richtet sich an User der fotocommunity.de. Dort können in den Sektionen "Anaglyph", "Kreuzblickstereo" und "Parallelblickstereo" 3D Fotos eingestellt werden. Die Erweiterung kann jetzt diese 3D Fotos in jeweils andere Darstellungsarten umwandeln... und das direkt im Browser. NEU: Arbeite mit an der Extension bei Github: https://github.com/devnull69/FC3DImageTool Update: Version 0.8 wandelt Fotos aus der KMQ-Sektion in Anaglyphen (Beta) Update: In Version 0.9 kann die rote Hilfslinie mit der Maus bewegt werden Update: Version 0.9.1 bietet jetzt auch Justierung für KMQ (inkl. Maus) Update: Version 0.9.2 jetzt mit Manifest Version 2, damit die Extension wieder im Webstore auftaucht Desweiteren ermöglicht diese Erweiterung bei Anaglyphen und bei der Umwandlung von Kreuz- und Parallelblick in die Anaglyphendarstellung das Scheinfenster zu korrigieren. WAS FEHLT NOCH, WAS IST GEPLANT? - Umwandlung von KMQ in Kreuz- und Parallelblick und umgekehrt - Umwandlung von Anaglyph in Parallelblick monochrom - Halbtonverfahren nachträglich für Anaglyphen anwenden - Generell: Bessere Auswahlmöglichkeit der "Region of Interest" mit der Maus (z.B. Ziehen und Verschieben von Rahmen für linkes und rechtes Teilbild) English: This extension is for users of the fotocommunity.de. There you can upload 3D images for anaglyphs, cross-eyed and parallel-eyed view. This extension can convert images between those 3D types directly inside the browser. Update: Version 0.8 converts KMQ photos into anaglyphs (beta) Update: In Version 0.9 the red line can be moved with the mouse Update: Version 0.9.1 can adjust also KMQ (incl. mouse) Even more: It allows you to correct the view port ("apparent window") for anaglyphs and for cross-eyed and parallel-eyed photos that have been converted into an anaglyph. WHAT IS MISSING, WHAT IS COMING UP NEXT? - Convert KMQ to cross-eyed and parallel-eyed view and vice versa - Convert anaglyph to parallel-eyed view (monochrome) - Convert anaglyph using halftone algorithm - generally: better selection of the "Region of Interest" using the mouse (e.g. dragging and moving of frames for the left eye and right eye part of the image)
Βασικές Πληροφορίες Επέκτασης
Όνομα | ![]() |
ID | efipalcagdhkkaimkonpncjbepaagppf |
Επίσημο URL | https://chrome.google.com/webstore/detail/fc-3d-image-tool/efipalcagdhkkaimkonpncjbepaagppf |
Περιγραφή | Get fotocommunity 3D foto and convert it to different type 3D |
Μέγεθος Αρχείου | 14.88 KB |
Αριθμός Εγκαταστάσεων | 202 |
Τρέχουσα Έκδοση | 0.9.2 |
Τελευταία Ενημέρωση | 2014-04-02 |
Ημερομηνία Δημοσίευσης | 2014-04-02 |
Αξιολόγηση | 3.15/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | Thomas Theiner |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FC 3D Image Tool", "version": "0.9.2", "description": "Get fotocommunity 3D foto and convert it to different type 3D", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "http:\/\/www.fotocommunity.de\/*" ] } ], "icons": { "128": "icon128.png", "48": "icon48.png" }, "permissions": [ "tabs", "http:\/\/*\/*" ] } |