Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/banyan/pinboard-fu
- Owner: banyan
- Created: 2012-06-02T13:47:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-30T05:07:22.000Z (over 11 years ago)
- Last Synced: 2024-12-21T00:23:38.099Z (about 2 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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