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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}