TeeHunter
Submit t-shirts with a single click to the official TeeHunter t-shirt gallery
Co to jest TeeHunter?
TeeHunter to rozszerzenie Chrome opracowane przez https://teehunter.com, a jego główną funkcją jest „Submit t-shirts with a single click to the official TeeHunter t-shirt gallery”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TeeHunter
Pobierz pliki rozszerzeń TeeHunter 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
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mjejannhpedhpcejlibecpflmbehnppk |
| Oficjalny URL | https://chromewebstore.google.com/detail/teehunter/mjejannhpedhpcejlibecpflmbehnppk |
| Opis | Submit t-shirts with a single click to the official TeeHunter t-shirt gallery |
| Rozmiar pliku | 4.21 KB |
| Liczba instalacji | 104 |
| Aktualna Wersja | 0.1.1 |
| Ostatnia Aktualizacja | 2015-12-28 |
| Data Publikacji | 2015-12-28 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | https://teehunter.com |
| Typ Płatności | free |
| Strona Rozszerzenia | http://teehunter.com |
| Obsługiwane Języki | 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
} | |