Pinput for Pinboard

Light-weight chrome extension for Pinboard.

Pinput for Pinboardとは何ですか?

Pinput for PinboardはShogo Sensuiによって開発されたChromeの拡張機能で、その主な機能は「Light-weight chrome extension for Pinboard.」です。

拡張機能のスクリーンショット

screenshot

Pinput for Pinboard拡張機能のCRXファイルをダウンロード

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