3D Screenshot

Take a 3D screenshot of any website!

What is 3D Screenshot?

3D Screenshot is a Chrome extension developed by http://niko109.com, and its main feature is "Take a 3D screenshot of any website!".

Extension Screenshots

screenshot

Download 3D Screenshot Extension CRX File

Download 3D Screenshot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name 3D Screenshot 3D Screenshot
ID bfjibbijllibmbphdpkhhkfghimpabfe
Official URL https://chrome.google.com/webstore/detail/3d-screenshot/bfjibbijllibmbphdpkhhkfghimpabfe
Description Take a 3D screenshot of any website!
File Size 253 KB
Installation Count 336
Current Version 2.0.1
Last Updated 2015-07-01
Publish Date 2015-07-01
Rating 4.75/5 Total 8 Ratings
Developer http://niko109.com
Payment Type free
Extension Website http://niko109.com
Supported Languages 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"
}