Have This

DOM elements to PNG + instant style guide

What is Have This?

Have This is a Chrome extension developed by emptycan.com, and its main feature is "DOM elements to PNG + instant style guide".

Extension Screenshots

screenshot

Download Have This Extension CRX File

Download Have This extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ** 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.                    

Extension Basic Information

Name Have This Have This
ID cndkjfadkjnabmchlgmcecmgndpbedbn
Official URL https://chrome.google.com/webstore/detail/have-this/cndkjfadkjnabmchlgmcecmgndpbedbn
Description DOM elements to PNG + instant style guide
File Size 698 KB
Installation Count 157
Current Version 0.1.3
Last Updated 2018-09-01
Publish Date 2018-09-01
Rating 5.00/5 Total 3 Ratings
Developer emptycan.com
Email [email protected]
Payment Type free
Extension Website http://iamhavingthis.com/
Supported Languages 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"
    ]
}