Screenshot Full Page

A smart screenshot capturing tool which provides you lot of powers with perfect results to capture your important web pages or…

什么是Screenshot Full Page?

Screenshot Full Page是由Rahul Baruri开发的Chrome扩展程序,该扩展的主要功能是“A smart screenshot capturing tool which provides you lot of powers with perfect results to capture your important web pages or…”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Screenshot Full Page扩展crx文件

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

扩展使用说明

                        A smart screenshot capturing tool which provides you lot of powers with perfect results to capture your important web pages or documents. It has all the essential feature that makes it useful and must have browser application. You can easily capture your screen of different sizes and annotate, edit with a powerful built-in image editor. 

Core features:

✅  Full page screenshot capturing
✅  Capture viewport or visible window
✅  Capture selected area
✅  Copy selected area of screen as image
✅  Annotation with tons of features
✅  Powerful image editor with tons of features
✅  Download Image
✅  High resolutions Screenshot images
✅  Highest degree of accuracy 
✅  Great User Interface

Many more are coming

Made with ❤️ by Rahul Baruri

#screenshot #full screenshot #full page screenshot                    

扩展基本信息

名称 Screenshot Full Page Screenshot Full Page
ID hhaepbijcbdhljbjocbilefdhnkngehp
官方URL https://chromewebstore.google.com/detail/screenshot-full-page/hhaepbijcbdhljbjocbilefdhnkngehp
简介 A smart screenshot capturing tool which provides you lot of powers with perfect results to capture your important web pages or…
文件大小 432 KB
安装次数 10,000
当前版本 1.0.5
更新时间 2021-04-19
上架时间 2020-08-04
评分 3.55/5 共33次评分
开发者 Rahul Baruri
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot Full Page",
    "short_name": "Screenshot",
    "offline_enabled": true,
    "version": "1.0.5",
    "manifest_version": 2,
    "author": "Rahul Baruri ",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*",
        "",
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "images\/icons\/32.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "\/css\/injectable.css",
        "editor.html"
    ]
}