• Stars
    star
    229
  • Rank 173,661 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 7 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A browser extension to send pages and content from your browser to connected KDE Connect devices.

KDE Connect Browser Extension License-MIT

A Chrome (and compatible) browser extension to send pages and content from your browser to connected KDE Connect devices, via browser action or context menu.

Update: As of v0.1.0 the browser extension and installer now also supports Firefox.

Installation

This extension relies on a Native Messaging Host to communicate with KDE Connect devices. As a result, installation is a little more involved than stand-alone extensions.

  1. Download the latest release of the host application.

  2. Close your browser

  3. Extract the host application anywhere, open a terminal and run the install command:

    ./kdeconnect-chrome-extension -install

    It will prompt you to select the browser you wish to install for, use Space to select your browser(s), and Enter to accept. The installer will deploy itself to the appropriate location for the selected browser.

    If prompted for an extension ID, just hit Enter to continue, unless you are a developer.

    If you wish to deploy system-wide, rather than for the current user, simply run as root:

    sudo ./kdeconnect-chrome-extension -install
  4. Start your browser.

  5. Install the extension from the Chome Web Store or Mozilla Add-ons.

  6. Done

Currently only Linux amd64 builds are produced, however please file an issue if you would like other operating systems or architectures, as the host should run anywhere.

Upgrading

Updates to the extension will be delivered automatically via the Chrome Store. If you are prompted to upgrade the host application, follow these instructions.

  1. Download the latest release of the host application.

  2. Close your browser

  3. Extract the host application anywhere, open a terminal and run the install command:

    ./kdeconnect-chrome-extension -install

    It will prompt you to select the browser you wish to install for, use Space to select your browser(s), and Enter to accept. The installer will deploy itself to the appropriate location for the selected browser.

    If prompted for an extension ID, just hit Enter to continue, unless you are a developer.

    If you wish to deploy system-wide, rather than for the current user, simply run as root:

    sudo ./kdeconnect-chrome-extension -install
  4. Start your browser.

  5. Done

Building the Host from source

  1. Install the Go toolchain v1.7+

  2. Install glide:

    go get -u github.com/Masterminds/glide
  3. Obtain the source:

    git clone https://github.com/pdf/kdeconnect-chrome-extension.git
    cd kdeconnect-chrome-extension
  4. Install dependecies:

    glide install
  5. Install the binary:

    go install

You will find the binary in ${GOPATH}/bin/kdeconnect-chrome-extension if $GOPATH is set, or ${HOME}/go/bin/kdeconnect-chrome-extension for Go v1.8+ without $GOPATH.

More Repositories

1

zfs_exporter

Prometheus ZFS exporter
Go
161
star
2

ubuntu-mono-powerline-ttf

Ubuntu Mono fonts patched for vim-powerline and the new powerline
64
star
3

simple-navigation-bootstrap

MAINTAINER WANTED: simple-navigation-bootstrap is a simple-navigation renderer for twitter-bootstrap navigation and dropdowns.
Ruby
49
star
4

golifx

golifx provides a simple Go interface to the LIFX LAN protocol
Go
25
star
5

hyprpanel

An opinionated panel/shell for the Hyprland compositor.
Go
23
star
6

kodi-callback-daemon

A small Go daemon that reads notifications from Kodi/XBMC via the JSON-RPC socket, and performs actions based on those notifications.
Go
21
star
7

freeipa-user-mailalternateaddress

Enables the mailAlternateAddress attribute from the mailrecipient schema in FreeIPA.
Shell
14
star
8

kodirpc

Golang client for the Kodi TCP JSON-RPC interface
Go
12
star
9

knife-attribute

Manipulate Chef attributes via Knife
Ruby
10
star
10

terraform-provider-conditional

DEPREPCATED: Terraform provider for conditionals
Go
8
star
11

openwrt-14.07-x86_64

DISCONTINUED: OpenWRT 14.07 (Barrier Breaker) with x86_64 support
C
5
star
12

ultrabay_eject

Eject script for Thinkpad Ultrabay, from http://www.thinkwiki.org/wiki/How_to_hotswap_Ultrabay_devices
Shell
4
star
13

websocketrwc

Golang package that wraps Gorilla websocket in an io.ReadWriteCloser interface
Go
3
star
14

vectyx

Go
3
star
15

bower-vendor

Vendor the bower assets you want for Ruby on Rails. Inspired by bower-installer. DEPRECATED: I recommend using rails-assets instead
Ruby
3
star
16

has_cache

Convenience wrapper for the Rails Cache Store
Ruby
2
star
17

libvirt

This is a fork of libvirt so I can work on a ZFS storage backend in the zfs branch. See also: https://github.com/rlaager/python-virtinst
C
2
star
18

cliphist-wofi-img

Quick hack to display images in wofi for cliphist binary image history entries.
Go
2
star
19

crononag

super-simple wrapper for commands running from cron
Go
1
star
20

goyello_stuff_to_do

Major modiffication of Eric Davis Stuff to do plugin
Ruby
1
star
21

ohai-nfs-exports

A tiny Ohai plugin to populate attributes for NFS exports
Ruby
1
star
22

openwrt-14.07-x86_64-packages

DISCONTINUED: Package overlay for OpenWRT 14.07 (Barrier Breaker) with x86_64 support
Makefile
1
star