3D Screenshot
Take a 3D screenshot of any website!
Apa itu 3D Screenshot?
3D Screenshot adalah ekstensi Chrome yang dikembangkan oleh http://niko109.com, dan fitur utamanya adalah "Take a 3D screenshot of any website!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 3D Screenshot
Unduh file ekstensi 3D Screenshot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | bfjibbijllibmbphdpkhhkfghimpabfe |
URL Resmi | https://chrome.google.com/webstore/detail/3d-screenshot/bfjibbijllibmbphdpkhhkfghimpabfe |
Deskripsi | Take a 3D screenshot of any website! |
Ukuran File | 253 KB |
Jumlah Instalasi | 336 |
Versi Saat Ini | 2.0.1 |
Terakhir Diperbarui | 2015-07-01 |
Tanggal Publikasi | 2015-07-01 |
Penilaian | 4.75/5 Total 8 Penilaian |
Pengembang | http://niko109.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://niko109.com |
Bahasa yang Didukung | 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" } |