Screen Snap

Extension to capture screenshot and source-code of active tab

Screen Snapとは何ですか?

Screen SnapはVernalisによって開発されたChromeの拡張機能で、その主な機能は「Extension to capture screenshot and source-code of active tab」です。

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

screenshot

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

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

拡張機能の使用方法

                        Extension to capture screenshot and source-code of active tab                    

拡張機能の基本情報

名前 Screen Snap Screen Snap
ID klihclcfhmjfdpopaonbgickchjhmidc
公式URL https://chrome.google.com/webstore/detail/screen-snap/klihclcfhmjfdpopaonbgickchjhmidc
説明 Extension to capture screenshot and source-code of active tab
ファイルサイズ 93.78 KB
インストール数 479
現在のバージョン 0.0.4
最終更新日 2015-08-18
公開日 2015-08-18
評価 1.00/5 合計 1 レビュー
開発者 Vernalis
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Snap",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Extension to capture screenshot and source-code of active tab",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "short_name": "Screen Snap"
}