TeeHunter
Submit t-shirts with a single click to the official TeeHunter t-shirt gallery
Wat is TeeHunter?
TeeHunter is een Chrome-extensie ontwikkeld door https://teehunter.com, en de belangrijkste functie is "Submit t-shirts with a single click to the official TeeHunter t-shirt gallery".
Extensie Screenshots
Download het CRX-bestand van de extensie TeeHunter
Download TeeHunter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | mjejannhpedhpcejlibecpflmbehnppk |
| Officiële URL | https://chromewebstore.google.com/detail/teehunter/mjejannhpedhpcejlibecpflmbehnppk |
| Beschrijving | Submit t-shirts with a single click to the official TeeHunter t-shirt gallery |
| Bestandsgrootte | 4.21 KB |
| Aantal Installaties | 104 |
| Huidige Versie | 0.1.1 |
| Laatst Bijgewerkt | 2015-12-28 |
| Publicatiedatum | 2015-12-28 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://teehunter.com |
| Betalingswijze | free |
| Extensiewebsite | http://teehunter.com |
| Ondersteunde Talen | 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
} | |