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
扩展基本信息
名称 | 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" } |