{"id":15010843,"url":"https://github.com/pdf/kdeconnect-chrome-extension","last_synced_at":"2025-10-04T18:48:47.316Z","repository":{"id":38031913,"uuid":"80489698","full_name":"pdf/kdeconnect-chrome-extension","owner":"pdf","description":"A browser extension to send pages and content from your browser to connected KDE Connect devices.","archived":false,"fork":false,"pushed_at":"2023-07-19T04:32:59.000Z","size":136,"stargazers_count":241,"open_issues_count":21,"forks_count":33,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-05-20T13:09:27.677Z","etag":null,"topics":["browser","chrome","chromium","dbus","extension","firefox","go","golang","kde","kdeconnect"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/kde-connect/ofmplbbfigookafjahpeepbggpofdhbo","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pdf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-31T04:04:40.000Z","updated_at":"2025-05-10T22:46:18.000Z","dependencies_parsed_at":"2024-06-18T21:27:29.772Z","dependency_job_id":null,"html_url":"https://github.com/pdf/kdeconnect-chrome-extension","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/pdf/kdeconnect-chrome-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdf%2Fkdeconnect-chrome-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdf%2Fkdeconnect-chrome-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdf%2Fkdeconnect-chrome-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdf%2Fkdeconnect-chrome-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pdf","download_url":"https://codeload.github.com/pdf/kdeconnect-chrome-extension/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdf%2Fkdeconnect-chrome-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278358477,"owners_count":25973946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser","chrome","chromium","dbus","extension","firefox","go","golang","kde","kdeconnect"],"created_at":"2024-09-24T19:36:31.160Z","updated_at":"2025-10-04T18:48:47.291Z","avatar_url":"https://github.com/pdf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KDE Connect Browser Extension ![License-MIT](http://img.shields.io/badge/license-MIT-red.svg)\n\nA Chrome (and compatible) browser extension to send pages and content from your\nbrowser to connected KDE Connect devices, via browser action or context menu.\n\n__Update__: As of v0.1.0 the browser extension and installer now also [supports Firefox](https://addons.mozilla.org/en-US/firefox/addon/kde_connect/).\n\n## Installation\n\nThis extension relies on a Native Messaging Host to communicate with KDE Connect\ndevices.  As a result, installation is a little more involved than stand-alone\nextensions.\n\n1. Download the [latest release](https://github.com/pdf/kdeconnect-chrome-extension/releases/latest) of the host application.\n2. Close your browser\n3. Extract the host application anywhere, open a terminal and run the install\n   command:\n\n   ```bash\n   ./kdeconnect-chrome-extension -install\n   ```\n\n   It will prompt you to select the browser you wish to install for, use `Space`\n   to select your browser(s), and `Enter` to accept. The installer will deploy\n   itself to the appropriate location for the selected browser.\n\n   If prompted for an extension ID, just hit `Enter` to continue, unless you\n   are a developer.\n\n   If you wish to deploy system-wide, rather than for the current user, simply\n   run as root:\n\n   ```bash\n   sudo ./kdeconnect-chrome-extension -install\n   ```\n\n4. Start your browser.\n5. Install the extension from the [Chome Web Store](https://chrome.google.com/webstore/detail/kde-connect/ofmplbbfigookafjahpeepbggpofdhbo) or [Mozilla Add-ons](https://addons.mozilla.org/en-US/firefox/addon/kde_connect/).\n6. Done\n\nCurrently only Linux amd64 builds are produced, however please file an issue if\nyou would like other operating systems or architectures, as the host should run\nanywhere.\n\n## Upgrading\n\nUpdates to the extension will be delivered automatically via the Chrome Store.\nIf you are prompted to upgrade the host application, follow these instructions.\n\n1. Download the [latest release](https://github.com/pdf/kdeconnect-chrome-extension/releases/latest) of the host application.\n2. Close your browser\n3. Extract the host application anywhere, open a terminal and run the install\n   command:\n\n   ```bash\n   ./kdeconnect-chrome-extension -install\n   ```\n\n   It will prompt you to select the browser you wish to install for, use `Space`\n   to select your browser(s), and `Enter` to accept. The installer will deploy\n   itself to the appropriate location for the selected browser.\n\n   If prompted for an extension ID, just hit `Enter` to continue, unless you\n   are a developer.\n\n   If you wish to deploy system-wide, rather than for the current user, simply\n   run as root:\n\n   ```bash\n   sudo ./kdeconnect-chrome-extension -install\n   ```\n\n4. Start your browser.\n6. Done\n\n## Building the Host from source\n\n1. Install the [Go toolchain](https://golang.org) v1.7+\n2. Install [glide](https://github.com/Masterminds/glide):\n\n   ```bash\n   go get -u github.com/Masterminds/glide\n   ```\n\n3. Obtain the source:\n\n   ```bash\n   git clone https://github.com/pdf/kdeconnect-chrome-extension.git\n   cd kdeconnect-chrome-extension\n   ```\n\n4. Install dependecies:\n\n   ```bash\n   glide install\n   ```\n\n5. Install the binary:\n\n   ```bash\n   go install\n   ```\n\nYou will find the binary in `${GOPATH}/bin/kdeconnect-chrome-extension` if\n`$GOPATH` is set, or `${HOME}/go/bin/kdeconnect-chrome-extension` for Go v1.8+\nwithout `$GOPATH`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdf%2Fkdeconnect-chrome-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdf%2Fkdeconnect-chrome-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdf%2Fkdeconnect-chrome-extension/lists"}