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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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 } |