All Projects → pdf → Kdeconnect Chrome Extension

pdf / Kdeconnect Chrome Extension

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

Programming Languages

javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Kdeconnect Chrome Extension

Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (+34.68%)
Mutual labels:  extension, chrome, browser, firefox, chromium
Gopassbridge
A web extension for firefox and chrome to insert login credentials from gopass
Stars: ✭ 182 (+46.77%)
Mutual labels:  extension, chrome, browser, firefox
Surfingkeys Conf
A SurfingKeys configuration which adds 130+ key mappings for 20+ sites & OmniBar search suggestions for 50+ sites
Stars: ✭ 137 (+10.48%)
Mutual labels:  chrome, browser, firefox, chromium
Uget Chrome Wrapper
Moved to https://github.com/ugetdm/uget-integrator and https://github.com/ugetdm/uget-extension
Stars: ✭ 74 (-40.32%)
Mutual labels:  extension, chrome, firefox, chromium
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (-54.84%)
Mutual labels:  extension, chrome, firefox, chromium
Surfingkeys
Map your keys for web surfing, expand your browser with javascript and keyboard.
Stars: ✭ 3,787 (+2954.03%)
Mutual labels:  extension, chrome, firefox, chromium
Scriptsafe
a browser extension to bring security and privacy to chrome, firefox, and opera
Stars: ✭ 434 (+250%)
Mutual labels:  extension, chrome, browser, firefox
Redux Webext
Redux for WebExtensions
Stars: ✭ 101 (-18.55%)
Mutual labels:  extension, chrome, firefox
Browser
Useragent analysis tool.浏览器分析判断工具 - 用户代理、操作系统信息
Stars: ✭ 789 (+536.29%)
Mutual labels:  chrome, browser, firefox
Marinara
Pomodoro® time management assistant for Chrome
Stars: ✭ 1,806 (+1356.45%)
Mutual labels:  extension, chrome, browser
Web Extension Starter
Typescript, React, Redux, Styled-Component and Webpack based sample extension boilerplate. Runs on Chrome and Firefox. Sample chrome extension.
Stars: ✭ 115 (-7.26%)
Mutual labels:  extension, chrome, firefox
Wikipediap2p
WikipediaP2P.org Chrome Extension
Stars: ✭ 105 (-15.32%)
Mutual labels:  extension, chrome, browser
Cef2go
Go lang bindings for the Chromium Embedded Framework (CEF)
Stars: ✭ 780 (+529.03%)
Mutual labels:  chrome, browser, chromium
Gata
Bookmarks made better
Stars: ✭ 17 (-86.29%)
Mutual labels:  extension, chrome, browser
Nighttab
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.
Stars: ✭ 598 (+382.26%)
Mutual labels:  extension, chrome, firefox
Web Media Controller
Allows controlling media player on different sites with Media Player widget on your desktop
Stars: ✭ 36 (-70.97%)
Mutual labels:  chrome, firefox, chromium
Bettertweetdeck
A browser extension to improve TweetDeck with a lot of features
Stars: ✭ 558 (+350%)
Mutual labels:  extension, chrome, firefox
Ext Saladict
🥗 All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.
Stars: ✭ 8,418 (+6688.71%)
Mutual labels:  extension, chrome, firefox
Web Extension Starter
🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension
Stars: ✭ 987 (+695.97%)
Mutual labels:  extension, chrome, firefox
Himawari 8 Chrome
🛰 Experience the latest image from the Himawari, GOES, Meteosat, and DSCOVR satellites
Stars: ✭ 48 (-61.29%)
Mutual labels:  extension, chrome, firefox

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].