hacktweet

Extension that converts tweets to images then uploads them to pintrest

Cos'è hacktweet?

hacktweet è un'estensione di Chrome sviluppata da http://pintweet.net, e la sua funzione principale è "Extension that converts tweets to images then uploads them to pintrest".

Scarica il file CRX dell'estensione hacktweet

Scarica i file di estensione hacktweet 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

                        Adds a pin button to tweets on your twitter feed.                    

Informazioni di Base sull'Estensione

Nome hacktweet hacktweet
ID hlahblglmppolnofchfdfbncpmiafkhl
URL Ufficiale https://chrome.google.com/webstore/detail/hacktweet/hlahblglmppolnofchfdfbncpmiafkhl
Descrizione Extension that converts tweets to images then uploads them to pintrest
Dimensione del File 57.56 KB
Conteggio Installazioni 25
Versione Corrente 1.24
Ultimo Aggiornamento 2014-01-22
Data di Pubblicazione 2014-01-22
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore http://pintweet.net
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hacktweet",
    "version": "1.24",
    "manifest_version": 2,
    "description": "Extension that converts tweets to images then uploads them to pintrest",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "addButton.js",
                "such_ajax.js",
                "html2canvas.js",
                "twimgListener.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*"
    ]
}