Pinboard Right

Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).

Pinboard Right là gì?

Pinboard Right là một tiện ích mở rộng Chrome được phát triển bởi https://markjhulme.com, và tính năng chính của nó là "Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pinboard Right

Tải xuống các tệp mở rộng Pinboard Right dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pinboard Right Pinboard Right
ID mpiepoibcfbjicpaicclndcjebbibpld
URL Chính Thức https://chromewebstore.google.com/detail/pinboard-right/mpiepoibcfbjicpaicclndcjebbibpld
Mô tả Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).
Kích Thước Tệp 26.48 KB
Số Lần Cài Đặt 517
Phiên Bản Hiện Tại 1.6.50
Cập Nhật Lần Cuối 2016-01-13
Ngày Phát Hành 2016-01-13
Đánh Giá 4.56/5 Tổng số 27 Đánh Giá
Nhà Phát Triển https://markjhulme.com
Loại Thanh Toán free
Trang Web Mở Rộng http://markjhulme.com/tagged/pinboard
Ngôn Ngữ Được Hỗ Trợ 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"
}