Full Page Screenshots by IMG42

Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.

什么是Full Page Screenshots by IMG42?

Full Page Screenshots by IMG42是由icodeforlove开发的Chrome扩展程序,该扩展的主要功能是“Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.”。

扩展截图

screenshot
screenshot

下载Full Page Screenshots by IMG42扩展crx文件

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

扩展使用说明

                        This extension provides three features:

- Full page screenshots
- Partial page screenshots
- Free uncompressed hosting                    

扩展基本信息

名称 Full Page Screenshots by IMG42 Full Page Screenshots by IMG42
ID nomdplicjljgmgfbjgfnpdgkjpdphdah
官方URL https://chrome.google.com/webstore/detail/full-page-screenshots-by/nomdplicjljgmgfbjgfnpdgkjpdphdah
简介 Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.
文件大小 15.49 KB
安装次数 333
当前版本 1.0.0
更新时间 2017-07-02
上架时间 2017-07-02
评分 2.33/5 共3次评分
开发者 icodeforlove
付费类型 free
扩展官网 https://img42.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Page Screenshots by IMG42",
    "description": "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.",
    "manifest_version": 2,
    "version": "1.0.0",
    "minimum_chrome_version": "55",
    "browser_action": {
        "default_icon": "icons\/38x38.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/Selector.js",
                "scripts\/mousetrap.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "32": "icons\/38x38.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ]
}