Have This
DOM elements to PNG + instant style guide
Hvad er Have This?
Have This er en Chrome-udvidelse udviklet af emptycan.com, og dens hovedfunktion er "DOM elements to PNG + instant style guide".
Udvidelsesskærmbilleder
Download Have This-udvidelses-CRX-fil
Download Have This-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
** 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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | cndkjfadkjnabmchlgmcecmgndpbedbn |
Officiel URL | https://chrome.google.com/webstore/detail/have-this/cndkjfadkjnabmchlgmcecmgndpbedbn |
Beskrivelse | DOM elements to PNG + instant style guide |
Filstørrelse | 698 KB |
Antal Installationer | 157 |
Nuværende Version | 0.1.3 |
Senest Opdateret | 2018-09-01 |
Udgivelsesdato | 2018-09-01 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | emptycan.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://iamhavingthis.com/ |
Understøttede Sprog | 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" ] } |