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文件

下载TeeHunter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}