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 |
官方網址 | 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" } |