Skip to content

dbuezas/chrome-palette

Repository files navigation

Get it from the Chrome Web Store with this link

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

License

MIT License

Copyright (c) 2022 David Buezas

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

PRs

PRs and feature requests are very welcome. Please don't put your own fork in the chrome store though :)