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文件

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

擴展使用說明

                        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
官方網址 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"
}