PinBuddy

Browse your Pinboard bookmarks and add new ones with ease.

PinBuddyคืออะไร?

PinBuddy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pawelgrzybek และคุณลักษณะหลักของมันคือ "Browse your Pinboard bookmarks and add new ones with ease."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย PinBuddy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        PinBuddy is a Google Chrome toolbar extension for the Pinboard (http://pinboard.in) bookmarking service that lets you browse and add new bookmarks with ease. It is fully keyboard accessible and highlights previously bookmarked websites. It uses API token to make a servers calls and never asks you for your password.

- browse and add bookmarks
- fully keyboard accessible
- filter all bookmarks (all view)
- fetch title from document title (add view)
- fetch description from user cursor selection (add view)
- detect URL that is already bookmarked
- default view configurable (options page)
- native system notifications configurable (options page)
- protocol detection
- offline detection

Detailed user manual:
https://pawelgrzybek.com/i-built-a-thing-pinbuddy/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PinBuddy PinBuddy
ID ppokjacfheflhaojmndcblibahmopkfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pinbuddy/ppokjacfheflhaojmndcblibahmopkfl
คำอธิบาย Browse your Pinboard bookmarks and add new ones with ease.
ขนาดไฟล์ 230 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2018-10-31
วันที่เผยแพร่ 2018-10-31
ผู้พัฒนา pawelgrzybek
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pawelgrzybek.com/i-built-a-thing-pinbuddy/
URL หน้าช่วยเหลือ https://pawelgrzybek.com/i-built-a-thing-pinbuddy/
ภาษาที่รองรับ id,de,en,fr,nl,no,tr,ca,es,pl,pt-BR,pt-PT,ro,fi,sv,cs,el,ru,uk,iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "1.0.7",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup\/popup.html"
    },
    "author": "Pawel Grzybek (https:\/\/pawelgrzybek.com\/)",
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+P",
                "mac": "Alt+P"
            }
        }
    },
    "offline_enabled": false,
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        "tabs",
        "",
        "notifications"
    ]
}