Have This
DOM elements to PNG + instant style guide
ما هو Have This؟
Have This هو إضافة Chrome تم تطويرها بواسطة emptycan.com، والميزة الرئيسية لها هي "DOM elements to PNG + instant style guide".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Have This
قم بتنزيل ملفات الامتداد Have This بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
** 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.
معلومات أساسية عن التمديد
الاسم | |
ID | cndkjfadkjnabmchlgmcecmgndpbedbn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/have-this/cndkjfadkjnabmchlgmcecmgndpbedbn |
الوصف | DOM elements to PNG + instant style guide |
حجم الملف | 698 KB |
عدد التثبيتات | 157 |
النسخة الحالية | 0.1.3 |
آخر تحديث | 2018-09-01 |
تاريخ النشر | 2018-09-01 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | emptycan.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://iamhavingthis.com/ |
اللغات المدعومة | 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" ] } |