SnapIt

Download exact visualization of a webpage

SnapItとは何ですか?

SnapItはPhilip Rogersによって開発されたChromeの拡張機能で、その主な機能は「Download exact visualization of a webpage」です。

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

screenshot

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

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

拡張機能の使用方法

                        Download an exact visual representation of a webpage.

https://github.com/stevenbfine/snap-it                    

拡張機能の基本情報

名前 SnapIt SnapIt
ID ihcoajeckiamdgjipkokhcggolflbinf
公式URL https://chromewebstore.google.com/detail/snapit/ihcoajeckiamdgjipkokhcggolflbinf
説明 Download exact visualization of a webpage
ファイルサイズ 25.88 KB
インストール数 1,337
現在のバージョン 1.0
最終更新日 2016-08-26
公開日 2016-08-26
評価 5.00/5 合計 1 レビュー
開発者 Philip Rogers
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/stevenbfine/snap-it
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SnapIt",
    "description": "Download exact visualization of a webpage",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "assets\/camera48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/camera16.png",
        "48": "assets\/camera48.png",
        "128": "assets\/camera128.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}