Pinboard Tools

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

Qu'est-ce que Pinboard Tools ?

Pinboard Tools est une extension Chrome développée par Tab Manager Plus, et sa fonction principale est "Toolbar actions for Pinboard (http://pinboard.in)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pinboard Tools

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

                        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.                    

Informations de Base sur l'Extension

Nom Pinboard Tools Pinboard Tools
ID kmnejbdlodogdnffbijgfkepfoofnmpd
URL Officiel https://chromewebstore.google.com/detail/pinboard-tools/kmnejbdlodogdnffbijgfkepfoofnmpd
Description Toolbar actions for Pinboard (http://pinboard.in)
Taille du Fichier 20.05 KB
Nombre d'Installations 33
Version Actuelle 1.0.1
Dernière Mise à Jour 2018-06-25
Date de Publication 2018-06-25
Évaluation 5.00/5 Total 2 Évaluations
Développeur Tab Manager Plus
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
Langues Prises en Charge 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"
}