Standardized Screenshot

Takes standardized screenshots.

什么是Standardized Screenshot?

Standardized Screenshot是由https://jmartin.ca/screenshot-chrome开发的Chrome扩展程序,该扩展的主要功能是“Takes standardized screenshots.”。

扩展截图

screenshot

下载Standardized Screenshot扩展crx文件

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

扩展使用说明

                        A very opinionated screen capture extension for Chrome.

It will:
- Capture the current tab.
- Add a macOS-ish title bar.
- Add drop shadow to it.
- Display the result in a popup frame.

The source is available on Github: https://github.com/j-martin/screenshot-chrome

Forked from: https://github.com/mrcoles/full-page-screen-capture-chrome-extension                    

扩展基本信息

名称 Standardized Screenshot Standardized Screenshot
ID pabdhaakclnechgfhmnhkcbmjobeoope
官方URL https://chromewebstore.google.com/detail/standardized-screenshot/pabdhaakclnechgfhmnhkcbmjobeoope
简介 Takes standardized screenshots.
文件大小 85.54 KB
安装次数 2,492
当前版本 2.4.0
更新时间 2020-01-29
上架时间 2020-01-28
评分 3.38/5 共13次评分
开发者 https://jmartin.ca/screenshot-chrome
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://github.com/j-martin/screenshot-chrome/blob/master/PRIVACY.md
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Standardized Screenshot",
    "version": "2.4.0",
    "manifest_version": 2,
    "description": "Takes standardized screenshots.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "default-src 'self'; img-src 'self' data:; style-src 'self'",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}