Inline Pinterest
Adds an inline Pinterest Pin button to all images viewed in Chrome
Qu'est-ce que Inline Pinterest ?
Inline Pinterest est une extension Chrome développée par adityajung, et sa fonction principale est "Adds an inline Pinterest Pin button to all images viewed in Chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Inline Pinterest
Téléchargez les fichiers d'extension Inline Pinterest 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
Informations de Base sur l'Extension
Nom | Inline Pinterest |
ID | lilpkdpnfinkopkfiheaacgmlggjcicn |
URL Officiel | https://chromewebstore.google.com/detail/inline-pinterest/lilpkdpnfinkopkfiheaacgmlggjcicn |
Description | Adds an inline Pinterest Pin button to all images viewed in Chrome |
Taille du Fichier | 3.53 KB |
Nombre d'Installations | 233 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-01-25 |
Date de Publication | 2014-01-25 |
Évaluation | 3.40/5 Total 5 Évaluations |
Développeur | adityajung |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |