3D Screenshot

Take a 3D screenshot of any website!

3D Screenshotとは何ですか?

3D Screenshotはhttp://niko109.comによって開発されたChromeの拡張機能で、その主な機能は「Take a 3D screenshot of any website!」です。

拡張機能のスクリーンショット

screenshot

3D Screenshot拡張機能のCRXファイルをダウンロード

3D Screenshot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Takes a simple 3D screenshot of any website (http or https) using HTML5 canvas technology

Works on any file chrome can render, including images and pdfs

---------------------------
New Update!
v2.0

-Much faster
-50% smaller file size
-Works with all file types
-Works on chrome pages
-Works offline                    

拡張機能の基本情報

名前 3D Screenshot 3D Screenshot
ID bfjibbijllibmbphdpkhhkfghimpabfe
公式URL https://chrome.google.com/webstore/detail/3d-screenshot/bfjibbijllibmbphdpkhhkfghimpabfe
説明 Take a 3D screenshot of any website!
ファイルサイズ 253 KB
インストール数 336
現在のバージョン 2.0.1
最終更新日 2015-07-01
公開日 2015-07-01
評価 4.75/5 合計 8 レビュー
開発者 http://niko109.com
支払い方法 free
拡張機能のウェブサイト http://niko109.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Nick Schauer",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "Take a 3D screenshot of any website!",
    "homepage_url": "http:\/\/niko109.com",
    "manifest_version": 2,
    "name": "3D Screenshot",
    "offline_enabled": true,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "activeTab"
    ],
    "short_name": "3DScreenshot",
    "version": "2.0.1"
}