QuickPin
Add the current tab to your Pinboard's Read Later
O que é QuickPin?
QuickPin é uma extensão do Chrome desenvolvida por https://birchtree.me, e sua principal característica é "Add the current tab to your Pinboard's Read Later".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão QuickPin
Baixe arquivos de extensão QuickPin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | QuickPin |
ID | bplllpnppecllkkfmbffnojccbiiefba |
URL Oficial | https://chromewebstore.google.com/detail/quickpin/bplllpnppecllkkfmbffnojccbiiefba |
Descrição | Add the current tab to your Pinboard's Read Later |
Tamanho do Arquivo | 33.69 KB |
Contagem de Instalações | 24 |
Versão Atual | 1.0 |
Última Atualização | 2016-02-19 |
Data de Publicação | 2016-02-19 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://birchtree.me |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://birchtree.me/blog/quickpin-chrome/ |
Idiomas Suportados | 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" ] } |