QuickPin
Add the current tab to your Pinboard's Read Later
Wat is QuickPin?
QuickPin is een Chrome-extensie ontwikkeld door https://birchtree.me, en de belangrijkste functie is "Add the current tab to your Pinboard's Read Later".
Extensie Screenshots
Download het CRX-bestand van de extensie QuickPin
Download QuickPin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | QuickPin |
ID | bplllpnppecllkkfmbffnojccbiiefba |
Officiële URL | https://chromewebstore.google.com/detail/quickpin/bplllpnppecllkkfmbffnojccbiiefba |
Beschrijving | Add the current tab to your Pinboard's Read Later |
Bestandsgrootte | 33.69 KB |
Aantal Installaties | 24 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-02-19 |
Publicatiedatum | 2016-02-19 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://birchtree.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://birchtree.me/blog/quickpin-chrome/ |
Ondersteunde Talen | 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" ] } |