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
官方網址 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
}