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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}