Pinput for Pinboard

Light-weight chrome extension for Pinboard.

Pinput for Pinboardคืออะไร?

Pinput for Pinboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shogo Sensui และคุณลักษณะหลักของมันคือ "Light-weight chrome extension for Pinboard."

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

screenshot
screenshot
screenshot

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

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

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

                        Pinput is a lightweight chrome extension for Pinboard.

A Pinboard API token is required, so you need to set it at the options page.
A Pinboard API token is available for all Pinboard users without any special configuration.
Get yours from "https://pinboard.in/settings/password".

■ Shortcut keys
1. "Control + B" - To open popup window
2. "Control + Shift + B" - Bookmark current URL directly

---

軽快に動作するPinboardのChrome Extensionです。

PinboardのAPIトークンをオプションページから設定する必要があります。
トークンはPinboardユーザーならば誰でも、特殊な設定等をせずに使うことができます。
https://pinboard.in/settings/password から入手してください。

■ ショートカットキー
"Control + B" - ポップアップウィンドウを開きます。
"Control + Shift + B" - 現在閲覧中のURLを直接ブックマークします。                    

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

ชื่อ Pinput for Pinboard Pinput for Pinboard
ID dpbpmblpmphlphljmcahiifjcmcdpjna
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pinput-for-pinboard/dpbpmblpmphlphljmcahiifjcmcdpjna
คำอธิบาย Light-weight chrome extension for Pinboard.
ขนาดไฟล์ 206 KB
จำนวนการติดตั้ง 289
เวอร์ชันปัจจุบัน 1.11.0
อัปเดตครั้งล่าสุด 2019-06-23
วันที่เผยแพร่ 2019-06-22
คะแนน 4.50/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา Shogo Sensui
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://github.com/1000ch/pinput
URL หน้าช่วยเหลือ http://github.com/1000ch/pinput/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pinput for Pinboard",
    "short_name": "Pinput",
    "version": "1.11.0",
    "description": "Light-weight chrome extension for Pinboard.",
    "author": "1000ch",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon38.png",
        "default_title": "Pinput for Pinboard",
        "default_popup": "html\/popup.html"
    },
    "options_ui": {
        "page": "html\/options.html"
    },
    "commands": {
        "direct-bookmark": {
            "suggested_key": {
                "default": "Ctrl+Shift+B",
                "mac": "MacCtrl+Shift+B"
            },
            "description": "Bookmark directly without opening popup window."
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "MacCtrl+B"
            },
            "description": "Open popup window."
        }
    }
}