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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}