Full page screenshot in One Click

A screenshot of the full page in one click. Just click one button and the screenshot will be saved on your computer.

什么是Full page screenshot in One Click?

Full page screenshot in One Click是由Q-CORP开发的Chrome扩展程序,该扩展的主要功能是“A screenshot of the full page in one click. Just click one button and the screenshot will be saved on your computer.”。

扩展截图

screenshot
screenshot

下载Full page screenshot in One Click扩展crx文件

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

扩展使用说明

                        You didn't know how to take a screenshot of the full page of the site? Now it can be done in one click using the Full page screenshot in One Click. Just press one button and a screenshot of the entire page is saved as a png image to your computer.

How to use:
1. Find the extension icon on the toolbar. Make it always visible with the "Pin" button.
2. Open any page
3. Click the button on the toolbar
4. Choose where to save the file

 Advantages:
- Quickly
- Easy
- In one click                    

扩展基本信息

名称 Full page screenshot in One Click Full page screenshot in One Click
ID bncmkhiglmljkfoicddbccfmaieedojn
官方URL https://chromewebstore.google.com/detail/full-page-screenshot-in-o/bncmkhiglmljkfoicddbccfmaieedojn
简介 A screenshot of the full page in one click. Just click one button and the screenshot will be saved on your computer.
文件大小 62.53 KB
安装次数 15
当前版本 1.0
更新时间 2023-10-14
上架时间 2023-10-14
评分 5.00/5 共13次评分
开发者 Q-CORP
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/16pXpKcwWYJm5aSA0870lJMCU9BNTWoQqgDvnSkfkXAs/edit?usp=sharing
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Full page screenshot in One Click",
    "version": "1.0",
    "default_locale": "en",
    "description": "A screenshot of the full page in one click. Just click one button and the screenshot will be saved on your computer.",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "html2canvas.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}