Pinboard Tools

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

Pinboard Tools란 무엇입니까?

Pinboard Tools은(는) Tab Manager Plus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Toolbar actions for Pinboard (http://pinboard.in)"입니다.

확장 프로그램 스크린샷

screenshot

Pinboard Tools 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Pinboard Tools Pinboard Tools
ID kmnejbdlodogdnffbijgfkepfoofnmpd
공식 URL https://chromewebstore.google.com/detail/pinboard-tools/kmnejbdlodogdnffbijgfkepfoofnmpd
설명 Toolbar actions for Pinboard (http://pinboard.in)
파일 크기 20.05 KB
설치 횟수 33
현재 버전 1.0.1
최근 업데이트 2018-06-25
출시 날짜 2018-06-25
평점 5.00/5 총 2 개의 평점
개발자 Tab Manager Plus
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
지원되는 언어 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"
}