Inline Pinterest

Adds an inline Pinterest Pin button to all images viewed in Chrome

Wat is Inline Pinterest?

Inline Pinterest is een Chrome-extensie ontwikkeld door adityajung, en de belangrijkste functie is "Adds an inline Pinterest Pin button to all images viewed in Chrome".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Inline Pinterest

Download Inline Pinterest-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Inline Pinterest Inline Pinterest
ID lilpkdpnfinkopkfiheaacgmlggjcicn
Officiële URL https://chromewebstore.google.com/detail/inline-pinterest/lilpkdpnfinkopkfiheaacgmlggjcicn
Beschrijving Adds an inline Pinterest Pin button to all images viewed in Chrome
Bestandsgrootte 3.53 KB
Aantal Installaties 233
Huidige Versie 1.0
Laatst Bijgewerkt 2014-01-25
Publicatiedatum 2014-01-25
Beoordeling 3.40/5 Totaal 5 Beoordelingen
Ontwikkelaar adityajung
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inline Pinterest",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Adds an inline Pinterest Pin button to all images viewed in Chrome",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "pinterestinline.js"
            ]
        }
    ]
}