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
公式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
Eメール [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"
}