Pinbook: Pinboard bookmarking

Add bookmarks to Pinboard as easily as regular Chrome bookmarks.

Pinbook: Pinboard bookmarking क्या है?

Pinbook: Pinboard bookmarking millilux द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add bookmarks to Pinboard as easily as regular Chrome bookmarks."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Lightweight extension that adds the current tab to your Pinboard with a single click (or keyboard command). It works similarly to Chrome's default bookmarking, with a minimalist UI.

Usage:
- Visit any site and click the pin icon to bookmark (or Cmd/Ctrl+i)
- Edit title, description, tags, private and read later options if desired
- Autocomplete tags using Tab
- Press Enter or Esc to close menu

Customisations:
- Set whether new bookmarks are private or to read later by default
- Show or hide the private and read later checkboxes
- Configure the keyboard shortcut at chrome://extensions (bottom right of the page)                    

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

नाम Pinbook: Pinboard bookmarking Pinbook: Pinboard bookmarking
ID fblefccagebhoolpmdepajgmfanncfkd
आधिकारिक URL https://chromewebstore.google.com/detail/pinbook-pinboard-bookmark/fblefccagebhoolpmdepajgmfanncfkd
विवरण Add bookmarks to Pinboard as easily as regular Chrome bookmarks.
फ़ाइल का आकार 22.11 KB
स्थापना संख्या 99
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2016-09-10
प्रकाशन तिथि 2016-09-10
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर millilux
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pinbook: Pinboard bookmarking",
    "description": "Add bookmarks to Pinboard as easily as regular Chrome bookmarks.",
    "version": "1.0.4",
    "icons": {
        "16": "images\/icon_active.png",
        "128": "images\/icon_large.png"
    },
    "background": {
        "scripts": [
            "js\/pinboard.js",
            "js\/tagsuggest.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/api.pinboard.in\/",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Save to Pinboard.in",
        "default_icon": "images\/icon_deactive.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+I"
            }
        }
    },
    "options_page": "options.html"
}