hacktweet

Extension that converts tweets to images then uploads them to pintrest

Qu'est-ce que hacktweet ?

hacktweet est une extension Chrome développée par http://pintweet.net, et sa fonction principale est "Extension that converts tweets to images then uploads them to pintrest".

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

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

                        Adds a pin button to tweets on your twitter feed.                    

Informations de Base sur l'Extension

Nom hacktweet hacktweet
ID hlahblglmppolnofchfdfbncpmiafkhl
URL Officiel https://chrome.google.com/webstore/detail/hacktweet/hlahblglmppolnofchfdfbncpmiafkhl
Description Extension that converts tweets to images then uploads them to pintrest
Taille du Fichier 57.56 KB
Nombre d'Installations 25
Version Actuelle 1.24
Dernière Mise à Jour 2014-01-22
Date de Publication 2014-01-22
Évaluation 3.67/5 Total 3 Évaluations
Développeur http://pintweet.net
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}