SnapIt

Download exact visualization of a webpage

什么是SnapIt?

SnapIt是由Philip Rogers开发的Chrome扩展程序,该扩展的主要功能是“Download exact visualization of a webpage”。

扩展截图

screenshot

下载SnapIt扩展crx文件

下载SnapIt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Download an exact visual representation of a webpage.

https://github.com/stevenbfine/snap-it                    

扩展基本信息

名称 SnapIt SnapIt
ID ihcoajeckiamdgjipkokhcggolflbinf
官方URL https://chromewebstore.google.com/detail/snapit/ihcoajeckiamdgjipkokhcggolflbinf
简介 Download exact visualization of a webpage
文件大小 25.88 KB
安装次数 1,337
当前版本 1.0
更新时间 2016-08-26
上架时间 2016-08-26
评分 5.00/5 共1次评分
开发者 Philip Rogers
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/stevenbfine/snap-it
支持的语言 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:\/\/*\/*"
    ]
}