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
官方網址 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",
        ""
    ]
}