Skip to content

Commit 3176238

Browse files
committed
📖
1 parent 600fda8 commit 3176238

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,22 @@ Upload Files Directly from the Google Chrome Browser.
44

55
_Coming Soon_
66

7+
## Table of Contents
8+
9+
* [Features](#features)
10+
* [Install](#install)
11+
* [Configure](#configure)
12+
13+
## Features
14+
15+
- View Recent Uploads on Chrome Popup
16+
- Right Click to Upload any Image, Video, or Audio
17+
- Right Click to Shorten any URL
18+
719
## Install
820

21+
It is recommended to clone or download from Master by clicking the Clone -> Download ZIP.
22+
923
1. Go to the latest release: https://github.com/django-files/chrome-extension/releases/latest
1024
2. Click on `Assets` to Expand then click on `Source code (zip)` to download.
1125
3. Unzip the archive and place the folder where it must remain and note its location for later.
@@ -20,10 +34,10 @@ The addon should now be installed and running in Chrome.
2034
1. Click the `Puzzle Piece` in the top right corner, find `Django Files` and click the `Pin` icon.
2135
2. Click on the `Django Files icon` and click on `Open Options`.
2236
3. Log in to your Django Files instance, and select `Copy URL` from the menu in the top right.
23-
4. Go back to the Django Files Optiosn tab and paste the `URL` into the URL box.
37+
4. Go back to the Django Files Options tab and paste the `URL` into the URL box.
2438
5. Repeat #3 and #4 for Auth Token then click `Save Settings`.
2539

2640
The addon should now be configured to work with your Django Files instance.
2741

2842
Now clicking the `Django Files icon` should show your most recent uploads.
29-
You can also right-click on any Image, Video, or Audio and upload to Django Files.
43+
You can also right-click on any Image, Video, Audio, or URL upload to Django Files or Shorten URL.

js/service-worker.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ async function post_url(endpoint, url){
3131
chrome.contextMenus.onClicked.addListener(genericOnClick);
3232

3333
async function genericOnClick(ctx) {
34-
3534
console.log('info.menuItemId: ' + ctx.menuItemId);
3635
switch (ctx.menuItemId) {
3736
case 'image':

0 commit comments

Comments
 (0)