Have This
DOM elements to PNG + instant style guide
Was ist Have This?
Have This ist eine Chrome-Erweiterung, die von emptycan.com entwickelt wurde, und ihr Hauptmerkmal ist "DOM elements to PNG + instant style guide".
Erweiterungsscreenshots
Have This-Erweiterungs-CRX-Datei herunterladen
Laden Sie Have This-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
** 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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cndkjfadkjnabmchlgmcecmgndpbedbn |
Offizielle URL | https://chrome.google.com/webstore/detail/have-this/cndkjfadkjnabmchlgmcecmgndpbedbn |
Beschreibung | DOM elements to PNG + instant style guide |
Dateigröße | 698 KB |
Installationsanzahl | 157 |
Aktuelle Version | 0.1.3 |
Letztes Update | 2018-09-01 |
Veröffentlichungsdatum | 2018-09-01 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | emptycan.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://iamhavingthis.com/ |
Unterstützte Sprachen | 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" ] } |