Pinbook: Pinboard bookmarking

Add bookmarks to Pinboard as easily as regular Chrome bookmarks.

Qu'est-ce que Pinbook: Pinboard bookmarking ?

Pinbook: Pinboard bookmarking est une extension Chrome développée par millilux, et sa fonction principale est "Add bookmarks to Pinboard as easily as regular Chrome bookmarks.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pinbook: Pinboard bookmarking

Téléchargez les fichiers d'extension Pinbook: Pinboard bookmarking au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Pinbook: Pinboard bookmarking Pinbook: Pinboard bookmarking
ID fblefccagebhoolpmdepajgmfanncfkd
URL Officiel https://chromewebstore.google.com/detail/pinbook-pinboard-bookmark/fblefccagebhoolpmdepajgmfanncfkd
Description Add bookmarks to Pinboard as easily as regular Chrome bookmarks.
Taille du Fichier 22.11 KB
Nombre d'Installations 99
Version Actuelle 1.0.4
Dernière Mise à Jour 2016-09-10
Date de Publication 2016-09-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur millilux
Type de Paiement free
Langues Prises en Charge 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"
}