Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lorenzleutgeb/dpw-chrome

Injects some JavaScript into dpw to make it usable with Chrome
https://github.com/lorenzleutgeb/dpw-chrome

Last synced: about 1 month ago
JSON representation

Injects some JavaScript into dpw to make it usable with Chrome

Awesome Lists containing this project

README

        

# dpw Fixes for Chrome
[![Build Status](https://drone.io/github.com/flowlo/dpw-chrome/status.png)](https://drone.io/github.com/flowlo/dpw-chrome/files) [![Code Climate](https://codeclimate.com/github/flowlo/dpw-chrome/badges/gpa.svg)](https://codeclimate.com/github/flowlo/dpw-chrome)

This is an unofficial extension for Chrome that makes [dpw](http://dpw.at) (a bit more) usable.

## Installation

### Source

1. Download the code in this repostory, for example by running

git clone https://github.com/flowlo/dpw-chrome.git

2. Open Chrome and navigate to the [Extensions](chrome://extensions/) page (`chrome://extensions`)
3. Enable developer mode if you have not already done so
4. Press *Load unpacked extension...*
5. Choose the folder you just downloaded the code to and confirm

### [CRX](https://developer.chrome.com/extensions/crx) File

1. Obtain a CRX file containing this extension by
1. [downloading the latest build from drone.io](https://drone.io/github.com/flowlo/dpw-chrome/files)
2. [picking one attached to a release](https://github.com/flowlo/dpw-chrome/releases)
2. Open Chrome and navigate to the [Extensions](chrome://extensions/) page (`chrome://extensions`)
3. Drag and drop the file into Chrome

Chrome will most probably prevent you from directly installing this extension for security reasons.