Standardized Screenshot

Takes standardized screenshots.

Standardized Screenshot là gì?

Standardized Screenshot là một tiện ích mở rộng Chrome được phát triển bởi https://jmartin.ca/screenshot-chrome, và tính năng chính của nó là "Takes standardized screenshots.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Standardized Screenshot

Tải xuống các tệp mở rộng Standardized Screenshot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Standardized Screenshot Standardized Screenshot
ID pabdhaakclnechgfhmnhkcbmjobeoope
URL Chính Thức https://chromewebstore.google.com/detail/standardized-screenshot/pabdhaakclnechgfhmnhkcbmjobeoope
Mô tả Takes standardized screenshots.
Kích Thước Tệp 85.54 KB
Số Lần Cài Đặt 2,492
Phiên Bản Hiện Tại 2.4.0
Cập Nhật Lần Cuối 2020-01-29
Ngày Phát Hành 2020-01-28
Đánh Giá 3.38/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://jmartin.ca/screenshot-chrome
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/j-martin/screenshot-chrome/blob/master/PRIVACY.md
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}