All Projects → richardscarrott → Snippets

richardscarrott / Snippets

Chrome extension allowing you to import and execute JavaScript code snippets from GitHub

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Snippets

Github Gmail
[WebExtension] Open GitHub notifications with shortcuts in Gmail.
Stars: ✭ 998 (+1896%)
Mutual labels:  chrome-extension
Jsonview
A web extension that helps you view JSON documents in the browser.
Stars: ✭ 1,021 (+1942%)
Mutual labels:  chrome-extension
Github Night Mode
😎 A Chrome extension to experience GitHub in night mode
Stars: ✭ 46 (-8%)
Mutual labels:  chrome-extension
Google Unlocked
Google Unlocked browser extension uncensor google search results
Stars: ✭ 1,009 (+1918%)
Mutual labels:  chrome-extension
Play next
Play Next in YouTube - Chrome Extension
Stars: ✭ 43 (-14%)
Mutual labels:  chrome-extension
Chrome Options
Options page for Chrome extensions
Stars: ✭ 44 (-12%)
Mutual labels:  chrome-extension
Anyway.tab
一款 Chrome 的新建 Tab 插件,显示 Anyway.FM 节目中的语录、参考链接和更新提醒。
Stars: ✭ 40 (-20%)
Mutual labels:  chrome-extension
Youkuvod
第三方服务解析视频,ckplayer播放视频,去掉优酷广告
Stars: ✭ 47 (-6%)
Mutual labels:  chrome-extension
Chrome Notifier
Google Chrome extension for PagerDuty desktop notifications.
Stars: ✭ 43 (-14%)
Mutual labels:  chrome-extension
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 (+1954%)
Mutual labels:  chrome-extension
Data Selfie
Data Selfie - a browser extension to track yourself on Facebook and analyze your data.
Stars: ✭ 1,009 (+1918%)
Mutual labels:  chrome-extension
Justmytrello
Chrome extension - Filter the cards that are assigned to you on Trello
Stars: ✭ 42 (-16%)
Mutual labels:  chrome-extension
Shift Ctrl F
🔎 Search the information available on a webpage using natural language instead of an exact string match.
Stars: ✭ 1,023 (+1946%)
Mutual labels:  chrome-extension
Toolkit For Ynab
A general purpose YNAB enhancing browser extension for Chrome and Firefox. Have it your way!
Stars: ✭ 1,006 (+1912%)
Mutual labels:  chrome-extension
Makegithubgreatagain
Extension for making GitHub great again
Stars: ✭ 1,039 (+1978%)
Mutual labels:  chrome-extension
Essentialnowplaying
A now playing tool intended to be used with OBS.
Stars: ✭ 40 (-20%)
Mutual labels:  chrome-extension
Tabsorter2
Google Chrome Tab Management Extension - Merge, Sort, split and more :)
Stars: ✭ 44 (-12%)
Mutual labels:  chrome-extension
Refactoring Aware Diff
RAID is a tool pipeline that seamlessly enriches GitHub diff results with refactoring information.
Stars: ✭ 50 (+0%)
Mutual labels:  chrome-extension
Analog
Replace your new tab page with a minimal analog clock
Stars: ✭ 46 (-8%)
Mutual labels:  chrome-extension
Chrome Devtools Autosave
Auto-saving CSS and JavaScript changes from the Chrome Developer Tools
Stars: ✭ 1,032 (+1964%)
Mutual labels:  chrome-extension

Context Menu Example

Snippets is a Chrome extension allowing you to import JavaScript code snippets from GitHub (including GitHub Enterprise) and execute them via the context menu or omnibox.

Context Menu

The context menu provides easy access and discovery of snippets by right clicking anywhere on the page. Clicking on a snippet will execute it in the current tab.

Context Menu Example

Omnibox

The omnibox allows you to fuzzy search all available snippets.

To activate the Snippets omnibox, focus on the address bar and type 's' then tab or space. Once activated you can begin to fuzzy search.

💡 You can use ⌘+l to jump straight to the address bar.

Context Menu Example

Recommended snippets

https://github.com/bgrins/devtools-snippets/tree/master/snippets

FAQ

What are snippets?

Snippets are small scripts which can be executed within the context of any webpage. A Snippet could do just about anything you can think of, for example it could pretty print the search query or maybe autofill a large form.

Why not use the snippets built-in to Chrome DevTools?

DevTools doesn't provide a way to easily share snippets with your team and requires you to author and maintain snippets in DevTools itself. However, as this extension imports snippets from GitHub, you can easily share them and author them using your preferred editor.

License

MIT

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