TeeHunter

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

TeeHunterคืออะไร?

TeeHunter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://teehunter.com และคุณลักษณะหลักของมันคือ "Submit t-shirts with a single click to the official TeeHunter t-shirt gallery"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TeeHunter

ดาวน์โหลดไฟล์ส่วนขยาย 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
}