Screen Capture, Screenshot Full Page PRO

Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.

Screen Capture, Screenshot Full Page PROとは何ですか?

Screen Capture, Screenshot Full Page PROはClearAppsによって開発されたChromeの拡張機能で、その主な機能は「Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Screen Capture, Screenshot Full Page PRO拡張機能のCRXファイルをダウンロード

Screen Capture, Screenshot Full Page PRO拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.                    

拡張機能の基本情報

名前 Screen Capture, Screenshot Full Page PRO Screen Capture, Screenshot Full Page PRO
ID ebfeneacckoikcclafpbomfnehkjbhne
公式URL https://chrome.google.com/webstore/detail/screen-capture-screenshot/ebfeneacckoikcclafpbomfnehkjbhne
説明 Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.
ファイルサイズ 35.97 KB
インストール数 8,595
現在のバージョン 2.2
最終更新日 2016-11-04
公開日 2016-11-04
評価 2.82/5 合計 33 レビュー
開発者 ClearApps
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screen Capture, Screenshot Full Page PRO",
    "version": "2.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Download Screen shot of Selected Area or Entire Page of websites"
    }
}