Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clvrobj/Pinboard-Plus
Pinboard.in Chrome extension, not official.
https://github.com/clvrobj/Pinboard-Plus
angularjs chrome-extension extension javascript pinboard
Last synced: 11 days ago
JSON representation
Pinboard.in Chrome extension, not official.
- Host: GitHub
- URL: https://github.com/clvrobj/Pinboard-Plus
- Owner: clvrobj
- License: other
- Created: 2011-07-02T06:08:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T19:31:22.000Z (over 1 year ago)
- Last Synced: 2024-08-01T05:22:52.898Z (3 months ago)
- Topics: angularjs, chrome-extension, extension, javascript, pinboard
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/mphdppdgoagghpmmhodmfajjlloijnbd
- Size: 1010 KB
- Stars: 143
- Watchers: 6
- Forks: 35
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred-test - clvrobj/Pinboard-Plus - Pinboard.in Chrome extension, not official. (JavaScript)
README
Pinboard Plus [![Build Status](https://travis-ci.org/clvrobj/Pinboard-Plus.svg?branch=master)](https://travis-ci.org/clvrobj/Pinboard-Plus)
=============
Pinboard Plus is a better Chrome extension for [Pinboard.in](http://pinboard.in).Easy to know current page has been saved or not.
Features
--------* Icon changing to show current page has been saved or not
* Add, modify and delete bookmarks from the popup window
* Same UI style with Pinboard official site
* Set `private` if in Incognito ModeInstallation
------------
You can install in Chrome webstore: [Pinboard Plus](https://chrome.google.com/webstore/detail/mphdppdgoagghpmmhodmfajjlloijnbd)Development
-----------
Software required for development:* [bower](https://bower.io/)
* [npm](https://www.npmjs.com/)Install dependencies:
```bash
$ npm install
$ bower install
```Follow the official instruction to [load the extenstion](https://developer.chrome.com/extensions/getstarted#unpacked).
LiveReload:
```bash
$ gulp watch
```Build the extension:
```bash
$ gulp build
```For testing, open the `chrome-extension://[Extension ID]/tests/tests.html` in the browser to check the test results.
### [Contributors](https://github.com/clvrobj/Pinboard-Plus/graphs/contributors)