Simple Page Screenshot

Take a screenshot in your browser from a region and display it. You can then save the capture or copy the base 64 data URL.

Simple Page Screenshot là gì?

Simple Page Screenshot là một tiện ích mở rộng Chrome được phát triển bởi paradoxxxzero, và tính năng chính của nó là "Take a screenshot in your browser from a region and display it. You can then save the capture or copy the base 64 data URL.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Simple Page 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

                        Take a screenshot in your browser from a region and display it. You can then save the capture or copy the base 64 data URL.


Right click on the image to save it or copy the datu URL with Copy image URL                    

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

Tên Simple Page Screenshot Simple Page Screenshot
ID llhehkgnfcfjbpknaljplknmimhggbpa
URL Chính Thức https://chrome.google.com/webstore/detail/simple-page-screenshot/llhehkgnfcfjbpknaljplknmimhggbpa
Mô tả Take a screenshot in your browser from a region and display it. You can then save the capture or copy the base 64 data URL.
Kích Thước Tệp 8.71 KB
Số Lần Cài Đặt 255
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2014-04-04
Ngày Phát Hành 2014-04-04
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển paradoxxxzero
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/paradoxxxzero/simple_page_screenshot
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Page Screenshot",
    "version": "1.0.0",
    "author": "Florian Mounier - paradoxxxzero",
    "homepage_url": "https:\/\/github.com\/paradoxxxzero\/simple_page_screenshot",
    "description": "Take a screenshot in your browser from a region and display it. You can then save the capture or copy the base 64 data URL.",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ]
}