Pinboard Right
Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).
Cos'è Pinboard Right?
Pinboard Right è un'estensione di Chrome sviluppata da https://markjhulme.com, e la sua funzione principale è "Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pinboard Right
Scarica i file di estensione Pinboard Right in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Pinboard Right |
ID | mpiepoibcfbjicpaicclndcjebbibpld |
URL Ufficiale | https://chromewebstore.google.com/detail/pinboard-right/mpiepoibcfbjicpaicclndcjebbibpld |
Descrizione | Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu). |
Dimensione del File | 26.48 KB |
Conteggio Installazioni | 517 |
Versione Corrente | 1.6.50 |
Ultimo Aggiornamento | 2016-01-13 |
Data di Pubblicazione | 2016-01-13 |
Valutazione | 4.56/5 Totale 27 Valutazioni |
Sviluppatore | https://markjhulme.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://markjhulme.com/tagged/pinboard |
Lingue Supportate | 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" } |