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",
        ""
    ]
}