Introduction
All-in-one browser extension for web development – inspector, color eyedropper, built with, responsive, assets & screenshots.
- INSPECTOR – Inspect html and css by just hovering over the element.
- COLOR EYEDROPPER – Pick colors from anywhere on the page even images and iframes.
- BUILT WITH – Know what technologies a site uses with one click.
- RESPONSIVE – Preview any site on multiple screen sizes side-by-side.
- ASSETS – Quickly fetch images, svgs and videos from page.
- SCREENSHOTS – Take screenshot of page or every tab at once.
We are discussing this deal. If you are interested you can view/participate discussion at https://www.facebook.com/groups/alstonantony/permalink/574536253429585/
Different Between Hidden and Remove Feature?
The difference between visibility: hidden; and display: none; is that ‘visibility’ doesn’t remove the element from the document flow, it just hides its visibility (other elements won’t move up to take over that space.) That’s why when you just hid the element the text beneath the heading stayed in place. But, when you “removed” it, it removes the element from the DOM or document flow. When you do display: none; it’s taken out and other elements below it will “move-in” to take up the space where the previous element (now removed) used to reside.
Is it similar to CSS Hero?
No it does not save changes this just for some quick testing. CSS Hero is mainly for designing our sites where this tool set is play and identify all the elements and properties of any websites on the internet without having back-end access.
When is Firefox planned?
Firefox version is under works. Most probably released end of this month or next month.
Can we edit the properties besides only viewing from the inspector window?
You can edit styles, media queries and animations. You can also edit html attributes.
Is there a Roadmap?
Yes, you can see the roadmap at https://trello.com/b/TO0stiYa/hoverify
- All features
- All future updates
- License for 2 browsers
thanks