Have This

DOM elements to PNG + instant style guide

Apa itu Have This?

Have This adalah ekstensi Chrome yang dikembangkan oleh emptycan.com, dan fitur utamanya adalah "DOM elements to PNG + instant style guide".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Have This

Unduh file ekstensi Have This dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Have This Have This
ID cndkjfadkjnabmchlgmcecmgndpbedbn
URL Resmi https://chrome.google.com/webstore/detail/have-this/cndkjfadkjnabmchlgmcecmgndpbedbn
Deskripsi DOM elements to PNG + instant style guide
Ukuran File 698 KB
Jumlah Instalasi 157
Versi Saat Ini 0.1.3
Terakhir Diperbarui 2018-09-01
Tanggal Publikasi 2018-09-01
Penilaian 5.00/5 Total 3 Penilaian
Pengembang emptycan.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://iamhavingthis.com/
Bahasa yang Didukung 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"
    ]
}