Pinboard Right
Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).
Vad är Pinboard Right?
Pinboard Right är en Chrome-tillägg utvecklad av https://markjhulme.com, och dess huvudfunktion är "Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).".
Tilläggsskärmbilder
Ladda ner Pinboard Right-förlängningens CRX-fil
Ladda ner Pinboard Right-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | mpiepoibcfbjicpaicclndcjebbibpld |
| Officiell webbadress | https://chromewebstore.google.com/detail/pinboard-right/mpiepoibcfbjicpaicclndcjebbibpld |
| Beskrivning | Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu). |
| Filstorlek | 26.48 KB |
| Antal Installationer | 517 |
| Aktuell Version | 1.6.50 |
| Senast Uppdaterad | 2016-01-13 |
| Publiceringsdatum | 2016-01-13 |
| Betyg | 4.56/5 Totalt 27 Betyg |
| Utvecklare | https://markjhulme.com |
| Betalningssätt | free |
| Tilläggswebbplats | http://markjhulme.com/tagged/pinboard |
| Stödda Språk | 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"
} | |