Pinboard Tools

Toolbar actions for Pinboard (http://pinboard.in)

Pinboard Tools là gì?

Pinboard Tools là một tiện ích mở rộng Chrome được phát triển bởi Tab Manager Plus, và tính năng chính của nó là "Toolbar actions for Pinboard (http://pinboard.in)".

Ả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 Tools

Tải xuống các tệp mở rộng Pinboard Tools 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

                        Fork of the official extension for Pinboard, the beloved personal archive and bookmarking website.

This is a fork of the official extension, and is compatible now with new Chrome versions.

It provides you with quick ways of adding bookmarks in Pinboard, quick links to common areas, etc. Please submit support requests here. Should the official extension be updated, this extension will be taken down again.                    

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

Tên Pinboard Tools Pinboard Tools
ID kmnejbdlodogdnffbijgfkepfoofnmpd
URL Chính Thức https://chromewebstore.google.com/detail/pinboard-tools/kmnejbdlodogdnffbijgfkepfoofnmpd
Mô tả Toolbar actions for Pinboard (http://pinboard.in)
Kích Thước Tệp 20.05 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-06-25
Ngày Phát Hành 2018-06-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Tab Manager Plus
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/pinboard16.png",
        "default_title": "Pinboard",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "pinboard_content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "pinboard_iframe_content_script.js"
            ],
            "matches": [
                "https:\/\/pinboard.in\/add*"
            ],
            "all_frames": true
        }
    ],
    "description": "Toolbar actions for Pinboard (http:\/\/pinboard.in)",
    "icons": {
        "128": "img\/pinboard128.png",
        "16": "img\/pinboard16.png",
        "32": "img\/pinboard32.png"
    },
    "name": "Pinboard Tools",
    "short_name": "Pinboard Tools",
    "permissions": [
        "tabs",
        ""
    ],
    "version": "1.0.1"
}