Pinboard style

This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).

Was ist Pinboard style?

Pinboard style ist eine Chrome-Erweiterung, die von Zander Martineau entwickelt wurde, und ihr Hauptmerkmal ist "This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Pinboard style-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pinboard style-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).

It is under active development so if you find any problems, please create an issue at https://github.com/mrmartineau/pinboard-chrome-extension/issues.                    

Grundlegende Informationen zur Erweiterung

Name Pinboard style Pinboard style
ID mmcabafimbenknlnlndkdfjgfkkljhmg
Offizielle URL https://chrome.google.com/webstore/detail/pinboard-style/mmcabafimbenknlnlndkdfjgfkkljhmg
Beschreibung This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).
Dateigröße 214 KB
Installationsanzahl 101
Aktuelle Version 0.0.4
Letztes Update 2014-08-03
Veröffentlichungsdatum 2014-08-03
Bewertung 4.83/5 Insgesamt 6 Bewertungen
Entwickler Zander Martineau
Zahlungsart free
Erweiterungswebsite https://github.com/mrmartineau/pinboard-chrome-extension
Hilfeseite URL https://github.com/mrmartineau/pinboard-chrome-extension/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinboard style",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "This is a simple extension to improve the look and feel for Pinboard (http:\/\/pinboard.in).",
    "homepage_url": "http:\/\/martineau.tv",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "contentSettings",
        "https:\/\/pinboard.in\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "matches": [
                "https:\/\/pinboard.in\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/*",
        "img\/*"
    ]
}