QuickPin
Add the current tab to your Pinboard's Read Later
What is QuickPin?
QuickPin is a Chrome extension developed by https://birchtree.me, and its main feature is "Add the current tab to your Pinboard's Read Later".
Extension Screenshots
Download QuickPin Extension CRX File
Download QuickPin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a very simple, very fast extension for Pinboard users. All it does is save the current tab to your Pinboard's read later folder. Please be aware this is a limited initial release. There are no settings in the app and no error handling implemented. I would advise checking your Pinboard account after saving your first page just to make sure everything is working properly.
Extension Basic Information
Name | QuickPin |
ID | bplllpnppecllkkfmbffnojccbiiefba |
Official URL | https://chromewebstore.google.com/detail/quickpin/bplllpnppecllkkfmbffnojccbiiefba |
Description | Add the current tab to your Pinboard's Read Later |
File Size | 33.69 KB |
Installation Count | 24 |
Current Version | 1.0 |
Last Updated | 2016-02-19 |
Publish Date | 2016-02-19 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://birchtree.me |
[email protected] | |
Payment Type | free |
Extension Website | http://birchtree.me/blog/quickpin-chrome/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuickPin", "short_name": "A fast, simple extension to save to Pinboard", "description": "Add the current tab to your Pinboard's Read Later", "version": "1.0", "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "128": "icon128.png" }, "permissions": [ "activeTab", "tabs" ] } |