Have This

DOM elements to PNG + instant style guide

Wat is Have This?

Have This is een Chrome-extensie ontwikkeld door emptycan.com, en de belangrijkste functie is "DOM elements to PNG + instant style guide".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Have This

Download Have This-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Have This Have This
ID cndkjfadkjnabmchlgmcecmgndpbedbn
Officiële URL https://chrome.google.com/webstore/detail/have-this/cndkjfadkjnabmchlgmcecmgndpbedbn
Beschrijving DOM elements to PNG + instant style guide
Bestandsgrootte 698 KB
Aantal Installaties 157
Huidige Versie 0.1.3
Laatst Bijgewerkt 2018-09-01
Publicatiedatum 2018-09-01
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar emptycan.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://iamhavingthis.com/
Ondersteunde Talen 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"
    ]
}