PinSnapper

Take anything you can see on a web page, and pin it to Pinterest

Qu'est-ce que PinSnapper ?

PinSnapper est une extension Chrome développée par Chris Danford, et sa fonction principale est "Take anything you can see on a web page, and pin it to Pinterest".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PinSnapper

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

                        PinSnapper lets you take anything you see on a web page, and create a Pinterest pin from it.  Just click the PinSnapper icon, drag a rectangle, and you've created a Pin!                    

Informations de Base sur l'Extension

Nom PinSnapper PinSnapper
ID edamlpocaepmeldjhppnmadaieeoddba
URL Officiel https://chromewebstore.google.com/detail/pinsnapper/edamlpocaepmeldjhppnmadaieeoddba
Description Take anything you can see on a web page, and pin it to Pinterest
Taille du Fichier 20.39 KB
Nombre d'Installations 812
Version Actuelle 0.0.13
Dernière Mise à Jour 2014-06-16
Date de Publication 2014-06-15
Évaluation 3.08/5 Total 13 Évaluations
Développeur Chris Danford
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.13",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__"
    },
    "omnibox": {
        "keyword": "PinSnapper"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "web_accessible_resources": [
        "web_images\/*",
        "styles\/*"
    ]
}