TeeHunter

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

Vad är TeeHunter?

TeeHunter är en Chrome-tillägg utvecklad av https://teehunter.com, och dess huvudfunktion är "Submit t-shirts with a single click to the official TeeHunter t-shirt gallery".

Tilläggsskärmbilder

screenshot

Ladda ner TeeHunter-förlängningens CRX-fil

Ladda ner TeeHunter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn TeeHunter TeeHunter
ID mjejannhpedhpcejlibecpflmbehnppk
Officiell webbadress https://chromewebstore.google.com/detail/teehunter/mjejannhpedhpcejlibecpflmbehnppk
Beskrivning Submit t-shirts with a single click to the official TeeHunter t-shirt gallery
Filstorlek 4.21 KB
Antal Installationer 104
Aktuell Version 0.1.1
Senast Uppdaterad 2015-12-28
Publiceringsdatum 2015-12-28
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://teehunter.com
Betalningssätt free
Tilläggswebbplats http://teehunter.com
Stödda Språk 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
}