Pinboard Viewer

Make Pinboard (http://pinboard.in) pins act more like browser bookmarks. Includes fuzzy search by pin title and url.

Pinboard Viewer क्या है?

Pinboard Viewer Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make Pinboard (http://pinboard.in) pins act more like browser bookmarks. Includes fuzzy search by pin title and url."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Pinboard Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Click the button or use a keyboard shortcut (suggested: Cmd-Shift-P or Ctrl-Shift-P) to bring up your Pinboard bookmarks. Search for tag names to filter, or search for a page title or URL to find a specific bookmark. 

The results update as you type. Once you've found your bookmark, press Enter or Tab to open it. Hold Cmd (Mac) or Ctrl (Windows) to open it in a new tab.                    

एक्सटेंशन की मूल जानकारी

नाम Pinboard Viewer Pinboard Viewer
ID odpfcajfjbfbgbglgmioehbenmdfnnii
आधिकारिक URL https://chromewebstore.google.com/detail/pinboard-viewer/odpfcajfjbfbgbglgmioehbenmdfnnii
विवरण Make Pinboard (http://pinboard.in) pins act more like browser bookmarks. Includes fuzzy search by pin title and url.
फ़ाइल का आकार 131 KB
स्थापना संख्या 134
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2015-09-22
प्रकाशन तिथि 2015-09-22
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/lmartel/pinboard-viewer
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinboard Viewer",
    "short_name": "Pinboard Viewer",
    "version": "1.1.2",
    "description": "Make Pinboard (http:\/\/pinboard.in) pins act more like browser bookmarks. Includes fuzzy search by pin title and url.",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_title": "Pinboard Viewer",
        "default_icon": "\/img\/icon_colored_54.png",
        "default_popup": "\/html\/popup.html",
        "icons": [
            "\/img\/icon_colored_54.png",
            "\/img\/icon_grey_54.png"
        ]
    },
    "permissions": [
        "storage",
        "https:\/\/api.pinboard.in\/v1\/*"
    ],
    "background": {
        "page": "\/html\/background.html"
    },
    "icons": {
        "16": "\/img\/icon_colored_16.png",
        "48": "\/img\/icon_colored_48.png",
        "54": "\/img\/icon_colored_54.png",
        "104": "\/img\/icon_colored_104.png",
        "128": "\/img\/icon_colored_128.png"
    },
    "options_page": "\/html\/options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+P",
                "mac": "Command+Shift+P",
                "chromeos": "Ctrl+Shift+P",
                "linux": "Ctrl+Shift+P"
            }
        }
    }
}