Save Tabs set to Pinboard

Login to Pinboard is prerequisite

什麼是Save Tabs set to Pinboard?

Save Tabs set to Pinboard是由Yohei Marion Okuyama開發的Chrome擴展程式,該擴展的主要功能是“Login to Pinboard is prerequisite”。

擴展截圖

screenshot

下載Save Tabs set to Pinboard擴展crx文件

下載Save Tabs set to Pinboard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Save Tabs set to Pinboard Save Tabs set to Pinboard
ID ehddnmgofimbganchpecibdhmdlaghno
官方網址 https://chromewebstore.google.com/detail/save-tabs-set-to-pinboard/ehddnmgofimbganchpecibdhmdlaghno
簡介 Login to Pinboard is prerequisite
檔案大小 9.23 KB
安裝次數 284
目前版本 1.0
更新時間 2013-08-10
上架時間 2013-08-10
評分 4.40/5 共 5 次評分
開發者 Yohei Marion Okuyama
付費類型 free
支援的語言 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"
    }
}