Have This
DOM elements to PNG + instant style guide
Cos'è Have This?
Have This è un'estensione di Chrome sviluppata da emptycan.com, e la sua funzione principale è "DOM elements to PNG + instant style guide".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Have This
Scarica i file di estensione Have This in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
** 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.
Informazioni di Base sull'Estensione
Nome | |
ID | cndkjfadkjnabmchlgmcecmgndpbedbn |
URL Ufficiale | https://chrome.google.com/webstore/detail/have-this/cndkjfadkjnabmchlgmcecmgndpbedbn |
Descrizione | DOM elements to PNG + instant style guide |
Dimensione del File | 698 KB |
Conteggio Installazioni | 157 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2018-09-01 |
Data di Pubblicazione | 2018-09-01 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | emptycan.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://iamhavingthis.com/ |
Lingue Supportate | 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" ] } |