Pinboard Right
Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).
O que é Pinboard Right?
Pinboard Right é uma extensão do Chrome desenvolvida por https://markjhulme.com, e sua principal característica é "Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pinboard Right
Baixe arquivos de extensão Pinboard Right 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 lightweight extension for Google Chrome allows posting to the wonderful bookmarking site pinboard.in from the right click (contextual) menu. Post to pinboard by right-clicking: - anywhere in the body of a webpage - on any link, or - on any selected text (which will appear in pinboard's description field.) Credits: - Inspired by the TweetRight extension (blog.arpitnext.com/tweetright) Icon adapted from: - icondock.com/free/vector-social-media-icons - http://flic.kr/p/5hF7Fc More info / contact: http://markjhulme.com/tagged/pinboard
Informações Básicas da Extensão
Nome | Pinboard Right |
ID | mpiepoibcfbjicpaicclndcjebbibpld |
URL Oficial | https://chromewebstore.google.com/detail/pinboard-right/mpiepoibcfbjicpaicclndcjebbibpld |
Descrição | Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu). |
Tamanho do Arquivo | 26.48 KB |
Contagem de Instalações | 517 |
Versão Atual | 1.6.50 |
Última Atualização | 2016-01-13 |
Data de Publicação | 2016-01-13 |
Classificação | 4.56/5 Total de 27 Avaliações |
Desenvolvedor | https://markjhulme.com |
Tipo de Pagamento | free |
Site da Extensão | http://markjhulme.com/tagged/pinboard |
Idiomas Suportados | en |
manifest.json | |
{ "manifest_version": 2, "background": { "page": "background.html" }, "name": "Pinboard Right", "version": "1.6.50", "description": "Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).", "icons": { "16": "pinboard-16x16.png", "48": "pinboard-48x48.png", "128": "pinboard-128x128.png" }, "permissions": [ "contextMenus", "tabs" ], "homepage_url": "http:\/\/pinboardright.markjhulme.com\/", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "minimum_chrome_version": "6.0" } |