Screen Snap

Extension to capture screenshot and source-code of active tab

什么是Screen Snap?

Screen Snap是由Vernalis开发的Chrome扩展程序,该扩展的主要功能是“Extension to capture screenshot and source-code of active tab”。

扩展截图

screenshot

下载Screen Snap扩展crx文件

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

扩展使用说明

                        Extension to capture screenshot and source-code of active tab                    

扩展基本信息

名称 Screen Snap Screen Snap
ID klihclcfhmjfdpopaonbgickchjhmidc
官方URL https://chrome.google.com/webstore/detail/screen-snap/klihclcfhmjfdpopaonbgickchjhmidc
简介 Extension to capture screenshot and source-code of active tab
文件大小 93.78 KB
安装次数 479
当前版本 0.0.4
更新时间 2015-08-18
上架时间 2015-08-18
评分 1.00/5 共1次评分
开发者 Vernalis
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Snap",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Extension to capture screenshot and source-code of active tab",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "short_name": "Screen Snap"
}