Have This
DOM elements to PNG + instant style guide
Qu'est-ce que Have This ?
Have This est une extension Chrome développée par emptycan.com, et sa fonction principale est "DOM elements to PNG + instant style guide".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Have This
Téléchargez les fichiers d'extension Have This au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
** 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.
Informations de Base sur l'Extension
Nom | |
ID | cndkjfadkjnabmchlgmcecmgndpbedbn |
URL Officiel | https://chrome.google.com/webstore/detail/have-this/cndkjfadkjnabmchlgmcecmgndpbedbn |
Description | DOM elements to PNG + instant style guide |
Taille du Fichier | 698 KB |
Nombre d'Installations | 157 |
Version Actuelle | 0.1.3 |
Dernière Mise à Jour | 2018-09-01 |
Date de Publication | 2018-09-01 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | emptycan.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://iamhavingthis.com/ |
Langues Prises en Charge | 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" ] } |