PinSnapper

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

Cos'è PinSnapper?

PinSnapper è un'estensione di Chrome sviluppata da Chris Danford, e la sua funzione principale è "Take anything you can see on a web page, and pin it to Pinterest".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PinSnapper

Scarica i file di estensione PinSnapper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome PinSnapper PinSnapper
ID edamlpocaepmeldjhppnmadaieeoddba
URL Ufficiale https://chromewebstore.google.com/detail/pinsnapper/edamlpocaepmeldjhppnmadaieeoddba
Descrizione Take anything you can see on a web page, and pin it to Pinterest
Dimensione del File 20.39 KB
Conteggio Installazioni 812
Versione Corrente 0.0.13
Ultimo Aggiornamento 2014-06-16
Data di Pubblicazione 2014-06-15
Valutazione 3.08/5 Totale 13 Valutazioni
Sviluppatore Chris Danford
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}