Pinboard Right

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

Pinboard Rightคืออะไร?

Pinboard Right เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://markjhulme.com และคุณลักษณะหลักของมันคือ "Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu)."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pinboard Right

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
}