Skip to content

Adds a quick search to Chrome, pointed at your team's Confluence URL.

Notifications You must be signed in to change notification settings

franticlion/chrome-kms-search

 
 

Repository files navigation

Confluence Search Chrome extension

Super fast search of your team's Confluence pages, by key command or by omnibox (that's what Google calls the address bar in Chrome)

Install it via Chrome Web Store

Example

popup example Click the Confluence icon, or use a hotkey to start a quick search

omnibox example Type con and press space in a new tab to use the search shortcut.

First time install

Click this link and add to Chrome.

After install, you should set a keyboard shortcut. I prefer Command+Shift+L.

Once you click the icon in Chrome, or activate the keyboard shortcut, you should specify your Confluence URL.

https://your-confluence-url.atlassian.net/wiki

I want to hack on it

git clone https://github.com/anth0d/chrome-confluence-search.git
cd chrome-confluence-search
npm install && npm build
open chrome://extensions
# click "LOAD UNPACKED"
# navigate to this repo, and select the "dist" folder

About

Adds a quick search to Chrome, pointed at your team's Confluence URL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.5%
  • JavaScript 11.7%
  • HTML 3.7%
  • Shell 3.2%
  • CSS 0.9%