Skip to content

Chrome Palette, A SublimeText/Atom/VSCode style Command Palette extension for chrome

Notifications You must be signed in to change notification settings

GavIngram/chrome-palette

 
 

Repository files navigation

Chrome-palette

A SublimeText/Atom/Vscode style command palette for chrome!

Installation

Chrome Web Store

Or you can unzip chrome-palette.zip and load it unpacked from chrome://extensions

alt text

Features

  • Commands sorted by usage
  • Fuzzy search of commands
  • Search sub commands (open tabs, bookmarks, history, etc)

Command list

  • New Tab
  • New Window
  • Open History Page
  • Open Downloads
  • Open Extensions
  • Open Bookmarks
  • Add this tab to Bookmarks
  • Open Settings
  • Close Current Tab
  • Reload Tab
  • Reload All Tabs
  • Clear Cache and Reload Tab
  • Toggle Pin
  • Duplicate Tab
  • New Incognito Window
  • Close Other Tabs
  • Close Tabs To Right
  • Close Tabs To Left
  • Mute/Unmute Tab
  • Move Tab To Start
  • Move Tab To End
  • Move Tab Left
  • Move Tab Right
  • Reopen/Unclose Tab
  • Deattach Tab (Move to New Window)
  • Reattach Tab (Move Tab to Previous Window)
  • Reset command history
  • Toggle Full screen mode
  • Search Tabs
  • Search History
  • Search Google Drive
  • Search Youtube
  • Search Google
  • Search Wikipedia

Development

npm install
npm start

Full Manual testing

Import the dist folder as an unpacked extension in chrome. This folder is rebuilt on changes when using npm start

Previous art

About

Chrome Palette, A SublimeText/Atom/VSCode style Command Palette extension for chrome

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 80.1%
  • JavaScript 7.5%
  • HTML 6.4%
  • CSS 6.0%