SnapIt
Download exact visualization of a webpage
What is SnapIt?
SnapIt is a Chrome extension developed by Philip Rogers, and its main feature is "Download exact visualization of a webpage".
Extension Screenshots
Download SnapIt Extension CRX File
Download SnapIt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Download an exact visual representation of a webpage. https://github.com/stevenbfine/snap-it
Extension Basic Information
Name | SnapIt |
ID | ihcoajeckiamdgjipkokhcggolflbinf |
Official URL | https://chromewebstore.google.com/detail/snapit/ihcoajeckiamdgjipkokhcggolflbinf |
Description | Download exact visualization of a webpage |
File Size | 25.88 KB |
Installation Count | 1,337 |
Current Version | 1.0 |
Last Updated | 2016-08-26 |
Publish Date | 2016-08-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Philip Rogers |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/stevenbfine/snap-it |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SnapIt", "description": "Download exact visualization of a webpage", "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "assets\/camera48.png", "default_popup": "popup.html" }, "icons": { "16": "assets\/camera16.png", "48": "assets\/camera48.png", "128": "assets\/camera128.png" }, "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |