1 # BookStack in Google Search Results Chrome Extension
3 This is a very rough and simplistic example of a Google chrome extension that will inject BookStack
4 search results into the page when making google.com searches.
6 **This is only meant as an example or foundation**, it is not a fully featured/finished/tested extension.
7 The styles are quite bad and it may be prone to breaking. I am not looking to improve or expand this extension
8 so PRs, unless minor issue fixes, will not be accepted.
10 If you look to build this out into a proper chrome-store extension, please don't use the "BookStack" name
11 or logo alone and make it clear your extension is unofficial.
15 You will need a Chrome (or Chromium based browser) instance where you can enable developer mode in extensions.
16 You will also need BookStack API credentials (TOKEN_ID & TOKEN_SECRET) at the ready.
20 This extension is not on the app store but you can side-load it with relative ease.
23 - Go to "Manage Extensions"
24 - Toggle "Developer mode" on.
25 - Click the "Load unpacked" option.
28 You will need to configure the extension options and fill in your BookStack instance API details.
29 You can get to this by right-clicking the extension in the top of the browser and clicking "Options", or via "Manage Extension" > Click "Details" on the extension > "Extension Options".