Crouton Clipboard chrome extension

Version: 1.1
Crouton Clipboard
Link between crouton clipboard and Chrome OS
3.29 Based on 7 user rates

What is Crouton Clipboard?

Crouton Clipboard is a clipboard manager extension for chrome. it's a free extension , it has 2,000+ active users since released its first version, it earns an average rating of 3.29 from 7 rated user, last update is 2773 days ago.


What’s new in version 1.1?

                # Crouton Clipboard

### Prerequisites

* NodeJS
* Git

### About

Crouton clipboard integrates the Chrome OS clipboard with the [crouton](https://github.com/dnschneid/crouton) linux instance clipboard without running the display (so, only when you use the CLI).

Whenever you copy something on Chrome OS, it is automatically written to ~/.crouton-clipboard/data, and whenever you write to ~/.crouton-clipboard/data, it is automatically copied to your clipboard on Chrome OS.

### Installation

First you want to clone [Crouton Clipboard®](https://github.com/zwhitchcox/crouton-clipboard) and add `node ~/.crouton-clipboard/server` to your `.bashrc`. You can do this manually, or just type

`curl -sL https://cdn.rawgit.com/zwhitchcox/crouton-clipboard/master/install.sh`

into your console, and this will be done automagically.

Next, you need to install the Crouton Clipboard Extension® which will create a websocket server in the background, and listen on each page for the clipboard event, sending it to the server, which is created by `server.js`.


### Vim Integration

I created this for vim, so I didn't have to copy and paste using the chrome interface, so to install for vim, all you have to do is add the following to your `vimrc`

```vim
nnoremap "*p :r !cat $HOME/.crouton-clipboard/data<CR>
vnoremap "*y :'<,'>w! $HOME/.crouton-clipboard/data<CR>
```

Note: This is automatically done by `install.sh`

Then, to copy and paste from the "system" clipboard in vim, just type `"*y` and `"*p`.

For more info on Chrome development, please see my [video on my Chrome OS DX](https://www.youtube.com/watch?v=O_fWX_vEUGA).            

How to install Crouton Clipboard?

You could download the latest version crx file or older version files and install it.


Technical Features:

  • Latest Version: 1.1
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Saturday, October 15th, 2016
  • Author: zwhitchcox

Crouton Clipboard Available languages:

English.


FAQ


Reviews of crouton clipboard:


Mark Dymek September 5th, 2020
Mark Dymek

this hasn't been updated in 4 years and now doesn't work. it says it can't access anything from chrome and theres no way to change that.


Isaac Johnson January 29th, 2017
Isaac Johnson

could not figure out the mapping file. install.sh echoed contents in chroot.. just ran manually. THe data file is propegated so i just use :r ~./crouton-clipboard/data.txt when i need it (usually a password or something one time use, so it dont mind not figuring out the shortcut). thanks!

Read more review & comments of crouton clipboard