Pinboard++ for Pinboard

Enhance your Pinboard experience.

Pinboard++ for Pinboard là gì?

Pinboard++ for Pinboard là một tiện ích mở rộng Chrome được phát triển bởi cppcho, và tính năng chính của nó là "Enhance your Pinboard experience.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pinboard++ for Pinboard

Tải xuống các tệp mở rộng Pinboard++ for Pinboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Save to Pinboard with keyboard shortcuts

Shortcuts:
Cmd/Ctrl+Shift+K - Open popup
Cmd/Ctrl+Enter - Save bookmark
Cmd/Ctrl+Backspace - Delete bookmark

-----

"Pinboard (https://pinboard.in/) is a fast, no-nonsense bookmarking site for people who value privacy and speed."

-----

SOURCE CODE: https://github.com/cppcho/pinboard-plusplus                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pinboard++ for Pinboard Pinboard++ for Pinboard
ID kmbofkenjncfapkighkijhmeelkgnldo
URL Chính Thức https://chromewebstore.google.com/detail/pinboard++-for-pinboard/kmbofkenjncfapkighkijhmeelkgnldo
Mô tả Enhance your Pinboard experience.
Kích Thước Tệp 81.14 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2017-01-02
Ngày Phát Hành 2017-01-01
Đánh Giá 4.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển cppcho
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/cppcho/pinboard-plusplus
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pinboard++ for Pinboard",
    "version": "1.2.5",
    "description": "Enhance your Pinboard experience.",
    "author": "cppcho",
    "minimum_chrome_version": "51",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/ba-19.png",
            "38": "img\/ba-38.png"
        },
        "default_title": "Pinboard++",
        "default_popup": "html\/popup.html"
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery.min.js",
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            }
        }
    }
}