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によって開発されたChromeの拡張機能で、その主な機能は「Transform Web page in 3d Beta.」です。
拡張機能のスクリーンショット
Transform Web page in 3d Beta拡張機能のCRXファイルをダウンロード
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:\/\/*\/" ] } |