3D Screenshot

Take a 3D screenshot of any website!

Wat is 3D Screenshot?

3D Screenshot is een Chrome-extensie ontwikkeld door http://niko109.com, en de belangrijkste functie is "Take a 3D screenshot of any website!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 3D Screenshot

Download 3D Screenshot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam 3D Screenshot 3D Screenshot
ID bfjibbijllibmbphdpkhhkfghimpabfe
Officiële URL https://chrome.google.com/webstore/detail/3d-screenshot/bfjibbijllibmbphdpkhhkfghimpabfe
Beschrijving Take a 3D screenshot of any website!
Bestandsgrootte 253 KB
Aantal Installaties 336
Huidige Versie 2.0.1
Laatst Bijgewerkt 2015-07-01
Publicatiedatum 2015-07-01
Beoordeling 4.75/5 Totaal 8 Beoordelingen
Ontwikkelaar http://niko109.com
Betalingswijze free
Extensiewebsite http://niko109.com
Ondersteunde Talen 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"
}