Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/banyan/pinboard-fu

Quick access to saving Pinboard bookmarks. Customizable keyboard shortcut. Selected text populates your description field.
https://github.com/banyan/pinboard-fu

Last synced: 19 days ago
JSON representation

Quick access to saving Pinboard bookmarks. Customizable keyboard shortcut. Selected text populates your description field.

Awesome Lists containing this project

README

        

# pinboard-fu

## Changelog

### 0.1.0 (29 June 2013)

* Migrate to Manifest version2.
* From January 2014, [Chrome will stop running manifest version 1](http://developer.chrome.com/extensions/manifestVersion.html#manifest-v1-support-schedule), so **please update [from Chrome Web Store](https://chrome.google.com/webstore/detail/ggaonngfgojmeifboajphnhkkhgfefpb) if your version is under 0.1.0**.

## Description

A Google Chrome Extention for pinboard.in which helps to bookmark easily.

This is a port of https://github.com/billkeller/Delicious-Chrome-Extension from delicious to pinboard.

1. Bookmark with popup
1. Available by shortcut key (eg: Alt-D)
1. Selected text populates your description field.

## Install

[From Chrome Web Store](https://chrome.google.com/webstore/detail/ggaonngfgojmeifboajphnhkkhgfefpb)

## Acknowledgment

* [@billkeller] (https://github.com/billkeller/Delicious-Chrome-Extension) for based script.
* [@chocolatina](http://github.com/chocolatina) for fine tune icon.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request