[WIP] You can follow the progress of The Slate Chrome Extension Version 2 on this repo as we prototype the app.
The official Slate Chrome Store install will be updated at a later version.
- Clone the repo
git clone https://github.com/slate-engineering/slate-for-chrome.git
- Open Chrome, and click the puzzle icon in the top right corner.
- Navigate to the 'Manage Extensions' page
- Turn 'Developer mode' on
- Click 'Load unpacked' and open the
slate-for-chrome
folder
To pin the extension on the taskbar, click the puzzle icon again and click the pin icon beside the Slate app.
The first step is to add at least one Slate API key. You can do this on the welcome screen when you first install the app, or by clicking the settings icon on the main Slate popup.
Clicking the Slate icon will grab every loaded image on the page and display them on a grid. You can click on multiple images and add them to multiple slate accounts.
Similar to version 1, you can right click on any image and click Add image
.
This will open the Slate app and you can upload that image to muliple Slate accounts.
A direct upload is a simple, UI-less upload that adds an image directly to your primary Slate account.
To change your primary account, go to the Settings page and change your default API under the Primary account
section.
We are currently working through some known bugs in the app. If you encounter any of them, here's how you can fix it:
- Sometimes the Chrome API will load the app twice, displaying two of every image. This won't affect much if you only upload one version of that image. However, using the
Select all
button will cause problems if app has loaded twice.
Temporary fix: Close the app and try reopening it.
- If your file has successfully uploaded, but you still see the uploading bar, something went wrong when updating the local storage.
Temporary fix: Open the Uploads page and clear your upload history or click the 'Reset upload count' button.
Feel free to file a new issue with a respective title and description on this repo with your feature request or bug report!
The Slate for Chrome app is released under the MIT License.