TeeHunter

Submit t-shirts with a single click to the official TeeHunter t-shirt gallery

¿Qué es TeeHunter?

TeeHunter es una extensión de Chrome desarrollada por https://teehunter.com, y su función principal es "Submit t-shirts with a single click to the official TeeHunter t-shirt gallery".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión TeeHunter

Descarga archivos de extensión TeeHunter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        TeeHunter is the leading t-shirt discovery website. This chrome extension is for the t-shirt artists and lovers that want to upload t-shirts they hunt down across the web, straight to the TeeHunter gallery located on: http://teehunter.com/tee/

It works in a similar fashion as the Pinterest tab.                    

Información Básica de la Extensión

Nombre TeeHunter TeeHunter
ID mjejannhpedhpcejlibecpflmbehnppk
URL Oficial https://chromewebstore.google.com/detail/teehunter/mjejannhpedhpcejlibecpflmbehnppk
Descripción Submit t-shirts with a single click to the official TeeHunter t-shirt gallery
Tamaño del Archivo 4.21 KB
Cantidad de Instalaciones 104
Versión Actual 0.1.1
Última Actualización 2015-12-28
Fecha de Publicación 2015-12-28
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador https://teehunter.com
Tipo de Pago free
Sitio Web de la Extensión http://teehunter.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "TeeHunter T-Shirts"
    },
    "name": "TeeHunter",
    "short_name": "TH Submit",
    "description": "Submit t-shirts with a single click to the official TeeHunter t-shirt gallery",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "64": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1.1",
    "author": "Ionut Popescu",
    "manifest_version": 2
}