Pinbook: Pinboard bookmarking

Add bookmarks to Pinboard as easily as regular Chrome bookmarks.

Pinbook: Pinboard bookmarkingとは何ですか?

Pinbook: Pinboard bookmarkingはmilliluxによって開発されたChromeの拡張機能で、その主な機能は「Add bookmarks to Pinboard as easily as regular Chrome bookmarks.」です。

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

screenshot
screenshot
screenshot
screenshot

Pinbook: Pinboard bookmarking拡張機能のCRXファイルをダウンロード

Pinbook: Pinboard bookmarking拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Lightweight extension that adds the current tab to your Pinboard with a single click (or keyboard command). It works similarly to Chrome's default bookmarking, with a minimalist UI.

Usage:
- Visit any site and click the pin icon to bookmark (or Cmd/Ctrl+i)
- Edit title, description, tags, private and read later options if desired
- Autocomplete tags using Tab
- Press Enter or Esc to close menu

Customisations:
- Set whether new bookmarks are private or to read later by default
- Show or hide the private and read later checkboxes
- Configure the keyboard shortcut at chrome://extensions (bottom right of the page)                    

拡張機能の基本情報

名前 Pinbook: Pinboard bookmarking Pinbook: Pinboard bookmarking
ID fblefccagebhoolpmdepajgmfanncfkd
公式URL https://chromewebstore.google.com/detail/pinbook-pinboard-bookmark/fblefccagebhoolpmdepajgmfanncfkd
説明 Add bookmarks to Pinboard as easily as regular Chrome bookmarks.
ファイルサイズ 22.11 KB
インストール数 99
現在のバージョン 1.0.4
最終更新日 2016-09-10
公開日 2016-09-10
評価 5.00/5 合計 2 レビュー
開発者 millilux
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pinbook: Pinboard bookmarking",
    "description": "Add bookmarks to Pinboard as easily as regular Chrome bookmarks.",
    "version": "1.0.4",
    "icons": {
        "16": "images\/icon_active.png",
        "128": "images\/icon_large.png"
    },
    "background": {
        "scripts": [
            "js\/pinboard.js",
            "js\/tagsuggest.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/api.pinboard.in\/",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Save to Pinboard.in",
        "default_icon": "images\/icon_deactive.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+I"
            }
        }
    },
    "options_page": "options.html"
}