3D Screenshot
Take a 3D screenshot of any website!
什么是3D Screenshot?
3D Screenshot是由http://niko109.com开发的Chrome扩展程序,该扩展的主要功能是“Take a 3D screenshot of any website!”。
扩展截图
下载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
扩展基本信息
名称 | |
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" } |