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
}