Plasma/Browser Integration: Difference between revisions

From KDE Community Wiki
(Add prettier list of features)
(Added instructions how to load the extension from source code)
Line 20: Line 20:
** For Google Chrome, Chromium, and Vivaldi: https://chrome.google.com/webstore/detail/plasma-integration/cimiefiiaegbelhefglklhhakcgmhkai
** For Google Chrome, Chromium, and Vivaldi: https://chrome.google.com/webstore/detail/plasma-integration/cimiefiiaegbelhefglklhhakcgmhkai
** For Mozilla Firefox: https://addons.mozilla.org/en-US/firefox/addon/plasma-integration/
** For Mozilla Firefox: https://addons.mozilla.org/en-US/firefox/addon/plasma-integration/
** For using the extension from source code:
*** For Google Chrome, Chromium, go to ''chrome://extensions'', enable "Developer Mode", click "load unpacked extension" and point it to the "extension" directory in the folder where you downloaded the source code
*** For Mozilla Firefox: go to ''about:debugging'', "Enable add-on debugging", click "Load Temporary Add-on" and point it to the "manifest.json" file within the "extension" directory  in the folder where you downloaded the source code


* The '''native host''': An application that runs on your computer that the browser extension talks to:
* The '''native host''': An application that runs on your computer that the browser extension talks to:

Revision as of 07:26, 9 August 2018

This project aims to provide better integration of web browsers with the Plasma desktop.

What is it?

Plasma Browser Integration is an extension for common browsers to closer fit into the Plasma shell. This includes:

  • Media Controls
    • Lets you control video and audio players in websites using the Media Controller plasmoid, media keys on your keyboard, and even remotely from your phone
  • Send links via KDE Connect
    • Adds a context menu entry to links enabling you to send them to your phone and other paired devices
  • Show downloads in and control them from Plasma’s notification area
  • Find browser tabs in the Run Command (Alt-Space) window
    • Make sure the "Browser Tabs" module is enabled in Plasma Search (KRunner) settings

How to install

The extension consists of two parts:

  • The native host: An application that runs on your computer that the browser extension talks to:
    • It should be available as package from your distribution.
    • If building from source into a custom prefix, you will want to build with -DCOPY_MESSAGING_HOST_FILE_HOME to install the files firefox/chrome need

Privacy

Everything is handled on your PC between the browser and your desktop, no additional data is sent via the web.

How to help

If you find an issue, please check the list of open bugs and then file a bug report.

For help and suggestions, you'll find us in #plasma on Freenode IRC.

You can also browse the source code and clone it from git://anongit.kde.org/plasma-browser-integration.git