TeeHunter

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

TeeHunter란 무엇입니까?

TeeHunter은(는) https://teehunter.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Submit t-shirts with a single click to the official TeeHunter t-shirt gallery"입니다.

확장 프로그램 스크린샷

screenshot

TeeHunter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 TeeHunter TeeHunter
ID mjejannhpedhpcejlibecpflmbehnppk
공식 URL https://chromewebstore.google.com/detail/teehunter/mjejannhpedhpcejlibecpflmbehnppk
설명 Submit t-shirts with a single click to the official TeeHunter t-shirt gallery
파일 크기 4.21 KB
설치 횟수 104
현재 버전 0.1.1
최근 업데이트 2015-12-28
출시 날짜 2015-12-28
평점 5.00/5 총 4 개의 평점
개발자 https://teehunter.com
결제 유형 free
확장 프로그램 웹 사이트 http://teehunter.com
지원되는 언어 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
}