Pinboard Right
Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).
Pinboard Rightとは何ですか?
Pinboard Rightはhttps://markjhulme.comによって開発されたChromeの拡張機能で、その主な機能は「Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).」です。
拡張機能のスクリーンショット
Pinboard Right拡張機能のCRXファイルをダウンロード
Pinboard Right拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | mpiepoibcfbjicpaicclndcjebbibpld |
| 公式URL | https://chromewebstore.google.com/detail/pinboard-right/mpiepoibcfbjicpaicclndcjebbibpld |
| 説明 | Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu). |
| ファイルサイズ | 26.48 KB |
| インストール数 | 517 |
| 現在のバージョン | 1.6.50 |
| 最終更新日 | 2016-01-13 |
| 公開日 | 2016-01-13 |
| 評価 | 4.56/5 合計 27 レビュー |
| 開発者 | https://markjhulme.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://markjhulme.com/tagged/pinboard |
| 対応言語 | 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"
} | |