Transform Web page in 3d Beta
Transform Web page in 3d Beta.
Τι είναι το Transform Web page in 3d Beta;
Το Transform Web page in 3d Beta είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Yat Hong, και η κύρια λειτουργία του είναι "Transform Web page in 3d Beta.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Transform Web page in 3d Beta
Λήψη αρχείων επέκτασης Transform Web page in 3d Beta σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension lets you to transform the web page in 3D. You can rotate, move, zoom in and zoom out the web page in 3d, and interact with the web page in 3d transform. To start transform, click the icon. Once the extension initialized, the web page was zoomed out. To rotate the web page, left click and hold the mouse, then move mouse to rotate the web page. To stop rotate, release the mouse click. To move the web page, right click and hold the mouse, then move mouse to move the web page. To stop move, release the mouse click. To zoom In/Out, rotate the mouse wheel, or click the "zoom IN" or "zoom OUT" in menu bar. To interact with the web page instead of rotate/move it, click the "transform ON" in menu bar. To rotate/move the webpage instead of interact with it, click the "transform OFF" in menu bar. To reset the position of the webpage, click the "reset" in menu bar. Click "exit" in menu bar to go back to exit 3d transform.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Transform Web page in 3d Beta |
ID | cpaochobeldikbkojimamafgfnlocnfg |
Επίσημο URL | https://chromewebstore.google.com/detail/transform-web-page-in-3d/cpaochobeldikbkojimamafgfnlocnfg |
Περιγραφή | Transform Web page in 3d Beta. |
Μέγεθος Αρχείου | 16.47 KB |
Αριθμός Εγκαταστάσεων | 290 |
Τρέχουσα Έκδοση | 0.0.2 |
Τελευταία Ενημέρωση | 2015-07-02 |
Ημερομηνία Δημοσίευσης | 2015-07-02 |
Αξιολόγηση | 4.25/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Yat Hong |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Transform Web page in 3d Beta", "description": "Transform Web page in 3d Beta.", "version": "0.0.2", "browser_action": { "default_icon": "image\/transform3d_icon_128.png", "default_title": "Transform Web page in 3d", "default_popup": "html\/transform3d_popup.html" }, "icons": { "16": "image\/transform3d_icon_16.png", "48": "image\/transform3d_icon_48.png", "128": "image\/transform3d_icon_128.png" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |