WebExtension.net
Toggle dark mode
WebExtension.net

Pinboard Tools

View on Chrome Web Store
View Pinboard Tools Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Toolbar actions for Pinboard (http://pinboard.in)
Type
Extension
Users
37 users
2
Tab Manager Plus
View author page of Tab Manager Plus
Published
Published on June 25, 2018
Version 1.0.1
Manifest version
2
Updated
Updated on June 25, 2018
productivity/workflow
Extension Category
View on Chrome Web Store
View Pinboard Tools Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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": {
        "16": "img\/pinboard16.png",
        "32": "img\/pinboard32.png",
        "128": "img\/pinboard128.png"
    },
    "name": "Pinboard Tools",
    "short_name": "Pinboard Tools",
    "permissions": [
        "tabs",
        "<all_urls>"
    ],
    "version": "1.0.1"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top