Have This

DOM elements to PNG + instant style guide

Have Thisとは何ですか?

Have Thisはemptycan.comによって開発されたChromeの拡張機能で、その主な機能は「DOM elements to PNG + instant style guide」です。

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

screenshot

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

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

拡張機能の使用方法

                        ** now with INSTANT STYLE GUIDES & improved screenshotting :) **

Get an instant PNG of any HTML element in the browser using this Chrome Extension.

You don't want to have an entire screenshot. You don't want to have to open Photoshop. You don't want to have to fiddle with some pedantic re-sizer cropping tool.

You just want to have this; a perfectly cropped PNG of a UI component at the click of your mouse.

And now you can have this.                    

拡張機能の基本情報

名前 Have This Have This
ID cndkjfadkjnabmchlgmcecmgndpbedbn
公式URL https://chrome.google.com/webstore/detail/have-this/cndkjfadkjnabmchlgmcecmgndpbedbn
説明 DOM elements to PNG + instant style guide
ファイルサイズ 698 KB
インストール数 157
現在のバージョン 0.1.3
最終更新日 2018-09-01
公開日 2018-09-01
評価 5.00/5 合計 3 レビュー
開発者 emptycan.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://iamhavingthis.com/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Have This",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "DOM elements to PNG + instant style guide",
    "homepage_url": "http:\/\/iamhavingthis.com",
    "icons": {
        "16": "favicon-16.png",
        "48": "favicon-48.png",
        "128": "favicon-120.png",
        "256": "favicon-256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Have This - DOM elements to PNG"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab",
        "storage"
    ]
}