TeeHunter
Submit t-shirts with a single click to the official TeeHunter t-shirt gallery
Co je TeeHunter?
TeeHunter je rozšíření Chrome vyvinuté https://teehunter.com, a jeho hlavní funkcí je „Submit t-shirts with a single click to the official TeeHunter t-shirt gallery“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TeeHunter
Stáhněte si soubory rozšíření TeeHunter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | mjejannhpedhpcejlibecpflmbehnppk |
| Oficiální URL | https://chromewebstore.google.com/detail/teehunter/mjejannhpedhpcejlibecpflmbehnppk |
| Popis | Submit t-shirts with a single click to the official TeeHunter t-shirt gallery |
| Velikost souboru | 4.21 KB |
| Počet instalací | 104 |
| Aktuální Verze | 0.1.1 |
| Poslední Aktualizace | 2015-12-28 |
| Datum Vydání | 2015-12-28 |
| Hodnocení | 5.00/5 Celkem 4 Hodnocení |
| Vývojář | https://teehunter.com |
| Typ Platby | free |
| Webové stránky Rozšíření | http://teehunter.com |
| Podporované Jazyky | 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
} | |