QuickPin
Add the current tab to your Pinboard's Read Later
¿Qué es QuickPin?
QuickPin es una extensión de Chrome desarrollada por https://birchtree.me, y su función principal es "Add the current tab to your Pinboard's Read Later".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión QuickPin
Descarga archivos de extensión QuickPin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | QuickPin |
ID | bplllpnppecllkkfmbffnojccbiiefba |
URL Oficial | https://chromewebstore.google.com/detail/quickpin/bplllpnppecllkkfmbffnojccbiiefba |
Descripción | Add the current tab to your Pinboard's Read Later |
Tamaño del Archivo | 33.69 KB |
Cantidad de Instalaciones | 24 |
Versión Actual | 1.0 |
Última Actualización | 2016-02-19 |
Fecha de Publicación | 2016-02-19 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://birchtree.me |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://birchtree.me/blog/quickpin-chrome/ |
Idiomas Soportados | 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" ] } |