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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Pinboard Right |
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" } |