Pinboard++ for Pinboard

Enhance your Pinboard experience.

Qu'est-ce que Pinboard++ for Pinboard ?

Pinboard++ for Pinboard est une extension Chrome développée par cppcho, et sa fonction principale est "Enhance your Pinboard experience.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pinboard++ for Pinboard

Téléchargez les fichiers d'extension Pinboard++ for Pinboard 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

                        Save to Pinboard with keyboard shortcuts

Shortcuts:
Cmd/Ctrl+Shift+K - Open popup
Cmd/Ctrl+Enter - Save bookmark
Cmd/Ctrl+Backspace - Delete bookmark

-----

"Pinboard (https://pinboard.in/) is a fast, no-nonsense bookmarking site for people who value privacy and speed."

-----

SOURCE CODE: https://github.com/cppcho/pinboard-plusplus                    

Informations de Base sur l'Extension

Nom Pinboard++ for Pinboard Pinboard++ for Pinboard
ID kmbofkenjncfapkighkijhmeelkgnldo
URL Officiel https://chromewebstore.google.com/detail/pinboard++-for-pinboard/kmbofkenjncfapkighkijhmeelkgnldo
Description Enhance your Pinboard experience.
Taille du Fichier 81.14 KB
Nombre d'Installations 61
Version Actuelle 1.2.5
Dernière Mise à Jour 2017-01-02
Date de Publication 2017-01-01
Évaluation 4.57/5 Total 7 Évaluations
Développeur cppcho
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/cppcho/pinboard-plusplus
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pinboard++ for Pinboard",
    "version": "1.2.5",
    "description": "Enhance your Pinboard experience.",
    "author": "cppcho",
    "minimum_chrome_version": "51",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/ba-19.png",
            "38": "img\/ba-38.png"
        },
        "default_title": "Pinboard++",
        "default_popup": "html\/popup.html"
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery.min.js",
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            }
        }
    }
}