Save Tabs set to Pinboard

Login to Pinboard is prerequisite

Save Tabs set to Pinboard là gì?

Save Tabs set to Pinboard là một tiện ích mở rộng Chrome được phát triển bởi Yohei Marion Okuyama, và tính năng chính của nó là "Login to Pinboard is prerequisite".

Ả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 Save Tabs set to Pinboard

Tải xuống các tệp mở rộng Save Tabs set to 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

                        Thank you for checking out.
This extension is focus to only one function; "Save tab sets to Pinboard".
That's it.

Pinboard extension by mceglowski is great but mainly I use the save tab button.
And I wanted to finish the job in one click.
So I made this extension.

If you click on the icon, it direct you to save tab set page.
This also adds context menu so you can right click anywhere and choose "save tabs to Pinboard" to do the same.
In this case you can hide the icon without losing its functionality.                    

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

Tên Save Tabs set to Pinboard Save Tabs set to Pinboard
ID ehddnmgofimbganchpecibdhmdlaghno
URL Chính Thức https://chromewebstore.google.com/detail/save-tabs-set-to-pinboard/ehddnmgofimbganchpecibdhmdlaghno
Mô tả Login to Pinboard is prerequisite
Kích Thước Tệp 9.23 KB
Số Lần Cài Đặt 284
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-08-10
Ngày Phát Hành 2013-08-10
Đánh Giá 4.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Yohei Marion Okuyama
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Tabs set to Pinboard",
    "description": "Login to Pinboard is prerequisite",
    "version": "1.0",
    "permissions": [
        "tabs",
        "https:\/\/pinboard.in\/tabs\/save\/",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "savetabset.js",
            "contextmenu.js"
        ]
    },
    "browser_action": {
        "default_icon": "pinboard_19.png"
    },
    "icons": {
        "16": "pinboard_16.png",
        "48": "pinboard_48.png",
        "128": "pinboard_128.png"
    }
}