Web Screen Capture

A simple tool to Capture your entire web page for future reference

Web Screen Captureとは何ですか?

Web Screen Captureはxynolabsによって開発されたChromeの拡張機能で、その主な機能は「A simple tool to Capture your entire web page for future reference」です。

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

screenshot

Web Screen Capture拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        WebPrint  allows you to take screenshot of entire web page.                    

拡張機能の基本情報

名前 Web Screen Capture Web Screen Capture
ID dkbdngdafgflbkljoladndlfpjpfball
公式URL https://chromewebstore.google.com/detail/web-screen-capture/dkbdngdafgflbkljoladndlfpjpfball
説明 A simple tool to Capture your entire web page for future reference
ファイルサイズ 166 KB
インストール数 7,851
現在のバージョン 0.0.1
最終更新日 2015-12-29
公開日 2015-12-29
評価 3.91/5 合計 34 レビュー
開発者 xynolabs
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Screen Capture",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A simple tool to Capture your entire web page for future reference",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}