All Projects → intuit → Devtools Ds

intuit / Devtools Ds

Licence: mit
UI components, libraries, and templates for building robust devtools experiences.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Devtools Ds

Asciidoctor Browser Extension
⚪️ An extension for web browsers that converts AsciiDoc files to HTML using Asciidoctor.js.
Stars: ✭ 152 (+44.76%)
Mutual labels:  chrome-extension, firefox-addon, webextension
Jjb
一个帮助你自动申请京东价格保护的chrome拓展
Stars: ✭ 3,083 (+2836.19%)
Mutual labels:  chrome-extension, firefox-addon, webextension
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+2404.76%)
Mutual labels:  chrome-extension, firefox-addon, webextension
Urql Devtools
A tool for monitoring and debugging urql during development
Stars: ✭ 131 (+24.76%)
Mutual labels:  chrome-extension, firefox-addon, webextension
Youtube Extension
🔴YouTube Extension🧰>80 Features ⭐Please document, code or donate📌Tidy📌Longest-standing(2012)(Users>350000)⋮🎞️🎛️🎧⚙️🎬🔊☕🎨🧩🧪📈⏯️(Player: Repeat Screenshot Rotate; Hide related video distraction. Always expand video Description. Playback speed. Video Quality bandwidth H.264 electricity. Player Size Full Window. Themes Customization. Statistics. Reverse Playlist YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube Youtube enhancer YouTube app YouTube video YouTube YouTube YouTube api v3 YouTube playback YouTube player VP8 VP9 AV1 vidIQ tubebuddy download adblocker adblock ads sponsorblock addon youtube music ⭐ youtube premium css css4 html5 ytdl youtube-dl invidious iridium ParticleCore youtube+ youtube++ youtube-plus maia-yt youtube nonstop youtube control center vlogger vlog h264ify h264 m.youtube.com music.youtube.com studio.youtube youtube mobile youtube studio ⭐ kids Vanced gaming.youtube.com gaming youtubecenter freetube lite-youtube-embed newpipe youtube-dl-gui mps-youtube nuclear pytube awesome youtubers youtube downloader 8k 4k 60fps 30fps youtubeexplode vidgear k-lite tubebuddy adobe apple ios iphone design simplify ffmpeg premiere designer annoyance youtube upload
Stars: ✭ 1,027 (+878.1%)
Mutual labels:  chrome-extension, firefox-addon, webextension
Synology Download Manager
An open source browser extension for adding/managing download tasks to your Synology DiskStation.
Stars: ✭ 138 (+31.43%)
Mutual labels:  chrome-extension, firefox-addon, webextension
Network Plus
DevTools for network recording, modification and resending.
Stars: ✭ 122 (+16.19%)
Mutual labels:  devtools, chrome-extension, firefox-addon
Blocktube
YouTube™ content blocker
Stars: ✭ 186 (+77.14%)
Mutual labels:  chrome-extension, firefox-addon, webextension
Authenticator
Authenticator generates 2-Step Verification codes in your browser.
Stars: ✭ 979 (+832.38%)
Mutual labels:  chrome-extension, firefox-addon, webextension
Tabliss
An extensible New Tab web extension written in TypeScript, React and Redux.
Stars: ✭ 798 (+660%)
Mutual labels:  chrome-extension, firefox-addon, webextension
Yt Ad Autoskipper
A browser extension that automates skipping ad on Youtube. This is not an ad blocker, it just automates the process of clicking on the "Skip Ad" button on Youtube.
Stars: ✭ 127 (+20.95%)
Mutual labels:  chrome-extension, firefox-addon, webextension
Turnoff Namuwiki
조별과제 때마다 "나무위키 꺼라."라고 말하시는게 피곤하신 여러분을 위해 만들어진 Browser Extension, 나무위키를 꺼 드립니다.
Stars: ✭ 59 (-43.81%)
Mutual labels:  chrome-extension, firefox-addon, webextension
Html5 Video Everywhere
Higher performance and stable video watching experience on the web
Stars: ✭ 118 (+12.38%)
Mutual labels:  chrome-extension, firefox-addon, webextension
Disable Javascript
Adds the ability to disable JavaScript on specific sites.
Stars: ✭ 151 (+43.81%)
Mutual labels:  chrome-extension, firefox-addon, webextension
Read Aloud
An awesome browser extension that reads aloud webpage content with one click
Stars: ✭ 444 (+322.86%)
Mutual labels:  chrome-extension, firefox-addon, webextension
Nxenhanced
Adds "quality-of-life" features to NextDNS website for a more practical usability
Stars: ✭ 58 (-44.76%)
Mutual labels:  chrome-extension, firefox-addon, webextension
Refined Wikipedia
Enforces the mobile web version of Wikipedia and improves its interface
Stars: ✭ 98 (-6.67%)
Mutual labels:  chrome-extension, firefox-addon, webextension
Globalspeed
Web extension to set a default speed for video and audio
Stars: ✭ 83 (-20.95%)
Mutual labels:  chrome-extension, firefox-addon
Ipfs Companion
Browser extension that simplifies access to IPFS resources on the web
Stars: ✭ 1,247 (+1087.62%)
Mutual labels:  chrome-extension, webextension
Notifier For Github
Browser extension - Get notified about new GitHub notifications
Stars: ✭ 1,259 (+1099.05%)
Mutual labels:  chrome-extension, firefox-addon
Devtools DS Logo

Components and tools for building browser devtools extensions, built on DS-CLI and PostCSS Themed.


CircleCI All Contributors Version Downloads Auto Release code style: prettier

Ever wanted to build your own browser extension or devtools panel? This project can help! We've built out a set of utilities and React components that let you mirror the functionality of the Chrome/FireFox developer tools.

Each component:

  • Supports themes for multiple browsers
  • Is fully written in TypeScript
  • Aims to be keyboard accessible and screen-reader friendly
  • Uses minimal external dependencies

Read more in our Storybook documentation site.

🔨 Developer Set-up

Access source files and and make contributions using the following setup steps:

  1. Clone the repo

    git clone https://github.com/design-systems/devtools-ds.git
    cd devtools-ds
    
  2. Install dependencies

    yarn
    
  3. Build

    yarn build
    
  4. Start Storybook

    yarn storybook
    

🤝 Contributing

Whether it's improving documentation, adding a new component, or suggesting an issue that will help us improve, all contributions are welcome!

Top reasons to contribute:

  • 😍 Empower others to build high quality browser devtools experiences
  • 🎓 Learn design system development
  • ⏳ Help maintainers prioritize impactful work

Here are some ideas for contributions:

  • New components
  • New themes (We'd love to see some Safari themes eventually)
  • Accessibility improvements
  • New browser extension templates
  • Support for frameworks like Vue, Angular, or Svelte

For more information about contributing, read our contributing guide and code of conduct.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Tyler Krupicka

️️️️♿️ 🐛 💻 🎨 📖 💡 🚇 🚧 ⚠️ 🔧

Adam Dierkens

️️️️♿️ 💻 🎨 📖 💡 🚇 🚧 📦 ⚠️ 🔧

Shelby Cohen

️️️️♿️ 💻 🎨 📖 ⚠️

Kelly Harrop

🎨

Andrew Lisowski

📖 💡 💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].