hacktweet

Extension that converts tweets to images then uploads them to pintrest

Co to jest hacktweet?

hacktweet to rozszerzenie Chrome opracowane przez http://pintweet.net, a jego główną funkcją jest „Extension that converts tweets to images then uploads them to pintrest”.

Pobierz plik CRX rozszerzenia hacktweet

Pobierz pliki rozszerzeń hacktweet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Adds a pin button to tweets on your twitter feed.                    

Podstawowe informacje o rozszerzeniu

Nazwa hacktweet hacktweet
ID hlahblglmppolnofchfdfbncpmiafkhl
Oficjalny URL https://chrome.google.com/webstore/detail/hacktweet/hlahblglmppolnofchfdfbncpmiafkhl
Opis Extension that converts tweets to images then uploads them to pintrest
Rozmiar pliku 57.56 KB
Liczba instalacji 25
Aktualna Wersja 1.24
Ostatnia Aktualizacja 2014-01-22
Data Publikacji 2014-01-22
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper http://pintweet.net
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}