TeeHunter

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

Qu'est-ce que TeeHunter ?

TeeHunter est une extension Chrome développée par https://teehunter.com, et sa fonction principale est "Submit t-shirts with a single click to the official TeeHunter t-shirt gallery".

Captures d'Écran de l'Extension

screenshot

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

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

                        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.                    

Informations de Base sur l'Extension

Nom TeeHunter TeeHunter
ID mjejannhpedhpcejlibecpflmbehnppk
URL Officiel https://chromewebstore.google.com/detail/teehunter/mjejannhpedhpcejlibecpflmbehnppk
Description Submit t-shirts with a single click to the official TeeHunter t-shirt gallery
Taille du Fichier 4.21 KB
Nombre d'Installations 104
Version Actuelle 0.1.1
Dernière Mise à Jour 2015-12-28
Date de Publication 2015-12-28
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://teehunter.com
Type de Paiement free
Site Web de l'Extension http://teehunter.com
Langues Prises en Charge 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
}