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
官方網址 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"
}