Have This

DOM elements to PNG + instant style guide

O que é Have This?

Have This é uma extensão do Chrome desenvolvida por emptycan.com, e sua principal característica é "DOM elements to PNG + instant style guide".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Have This

Baixe arquivos de extensão Have This no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Have This Have This
ID cndkjfadkjnabmchlgmcecmgndpbedbn
URL Oficial https://chrome.google.com/webstore/detail/have-this/cndkjfadkjnabmchlgmcecmgndpbedbn
Descrição DOM elements to PNG + instant style guide
Tamanho do Arquivo 698 KB
Contagem de Instalações 157
Versão Atual 0.1.3
Última Atualização 2018-09-01
Data de Publicação 2018-09-01
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor emptycan.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://iamhavingthis.com/
Idiomas Suportados 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"
    ]
}