Adam Argyle
Adam Argyle
https://github.com/matuzo/DevToolsSnippets
``` Uncaught (in promise) TypeError: 'clipboard-write' (value of 'name' member of PermissionDescriptor) is not a valid value for enumeration PermissionName. ``` A try/catch could pivot the logic, so on error...
`/download-images` command in the search bar runs the following plugin script ```js const run = async () => { const dirHandle = await window.showDirectoryPicker(); const imgs = document.querySelectorAll("img"); let i...
preview of current status **Design Tab** - can show layer tree for selected elements with visbug - right click inspect that launches visbug and jumps to style inspect tool **Custom...
fixes #480 WIP as it needs to download and maintain format and name (optimally).
it's only padding at the moment, but piping is enough to show how little it will take to get some basics working  https://message-bus.glitch.me/
over time the selection and gui creation mechanisms's responsibilities were spread out. they've been unified where appropriate, resulting in multi-select, search queries, or anything that creates alot of gui, being...
- always show for every tool - some tools it fades away after a short time and initially appearing - always comes back when hovering near it - labels can...
This would likely mean a recapture of all the demos, which is ok since they're not great on retina screens. The effort should drastically reduce the extension size though, which...
need a better tool so we can modify all shadows for an element here's devtools parser https://github.com/ChromeDevTools/devtools-frontend/blob/master/front_end/elements/StylePropertyTreeElement.js#L229