Add to Pinry

Pins images from current page to a Pinry installation.

Was ist Add to Pinry?

Add to Pinry ist eine Chrome-Erweiterung, die von lapo entwickelt wurde, und ihr Hauptmerkmal ist "Pins images from current page to a Pinry installation.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Add to Pinry-Erweiterungs-CRX-Datei herunterladen

Laden Sie Add to Pinry-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

                        Add images easily to your own installation of Pinry!
(browser integration for official bookmarklet)                    

Grundlegende Informationen zur Erweiterung

Name Add to Pinry Add to Pinry
ID jmhdcnmfkglikfjafdmdikoonedgijpa
Offizielle URL https://chromewebstore.google.com/detail/add-to-pinry/jmhdcnmfkglikfjafdmdikoonedgijpa
Beschreibung Pins images from current page to a Pinry installation.
Dateigröße 9.61 KB
Installationsanzahl 780
Aktuelle Version 0.2.1
Letztes Update 2020-06-29
Veröffentlichungsdatum 2020-06-29
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler lapo
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/lapo-luchini/browser-pinry
Hilfeseite URL https://github.com/lapo-luchini/browser-pinry/issues
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add to Pinry",
    "version": "0.2.1",
    "description": "Pins images from current page to a Pinry installation.",
    "manifest_version": 2,
    "icons": {
        "48": "ico-48.png",
        "128": "ico-128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "ico-128.png",
        "default_title": "Add to Pinry"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true,
        "chrome_style": true
    }
}