3D Screenshot
Take a 3D screenshot of any website!
Cos'è 3D Screenshot?
3D Screenshot è un'estensione di Chrome sviluppata da http://niko109.com, e la sua funzione principale è "Take a 3D screenshot of any website!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 3D Screenshot
Scarica i file di estensione 3D Screenshot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | bfjibbijllibmbphdpkhhkfghimpabfe |
URL Ufficiale | https://chrome.google.com/webstore/detail/3d-screenshot/bfjibbijllibmbphdpkhhkfghimpabfe |
Descrizione | Take a 3D screenshot of any website! |
Dimensione del File | 253 KB |
Conteggio Installazioni | 336 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2015-07-01 |
Data di Pubblicazione | 2015-07-01 |
Valutazione | 4.75/5 Totale 8 Valutazioni |
Sviluppatore | http://niko109.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://niko109.com |
Lingue Supportate | 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" } |