Pinboard Tools

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

Pinboard Tools क्या है?

Pinboard Tools Tab Manager Plus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Toolbar actions for Pinboard (http://pinboard.in)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pinboard Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}