ScreenShooter

Screenshot your webpages with a gunshot.

什么是ScreenShooter?

ScreenShooter是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Screenshot your webpages with a gunshot.”。

扩展截图

screenshot

下载ScreenShooter扩展crx文件

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

扩展使用说明

                        Screenshooter allows you to take a gunshot-fast screenshot of your active tab, with 1 simple click on the icon.                    

扩展基本信息

名称 ScreenShooter ScreenShooter
ID bcnkleedhppcdfnpkgkhbninjeffgigj
官方URL https://chromewebstore.google.com/detail/screenshooter/bcnkleedhppcdfnpkgkhbninjeffgigj
简介 Screenshot your webpages with a gunshot.
文件大小 56.04 KB
安装次数 166
当前版本 1.0
更新时间 2020-03-17
上架时间 2020-03-16
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScreenShooter",
    "version": "1.0",
    "description": "Screenshot your webpages with a gunshot.",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_title": "Screen Shooter",
        "default_icon": "img\/icons\/icon32.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "icons": {
        "16": "img\/icons\/icon16.png",
        "32": "img\/icons\/icon32.png",
        "48": "img\/icons\/icon48.png",
        "128": "img\/icons\/icon128.png"
    }
}