Transform Web page in 3d Beta
Transform Web page in 3d Beta.
Transform Web page in 3d Beta क्या है?
Transform Web page in 3d Beta Yat Hong द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transform Web page in 3d Beta."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Transform Web page in 3d Beta एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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:\/\/*\/" ] } |