Pinboard Right
Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).
Qu'est-ce que Pinboard Right ?
Pinboard Right est une extension Chrome développée par https://markjhulme.com, et sa fonction principale est "Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pinboard Right
Téléchargez les fichiers d'extension Pinboard Right au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Pinboard Right |
ID | mpiepoibcfbjicpaicclndcjebbibpld |
URL Officiel | https://chromewebstore.google.com/detail/pinboard-right/mpiepoibcfbjicpaicclndcjebbibpld |
Description | Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu). |
Taille du Fichier | 26.48 KB |
Nombre d'Installations | 517 |
Version Actuelle | 1.6.50 |
Dernière Mise à Jour | 2016-01-13 |
Date de Publication | 2016-01-13 |
Évaluation | 4.56/5 Total 27 Évaluations |
Développeur | https://markjhulme.com |
Type de Paiement | free |
Site Web de l'Extension | http://markjhulme.com/tagged/pinboard |
Langues Prises en Charge | 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" } |