TeeHunter
Submit t-shirts with a single click to the official TeeHunter t-shirt gallery
O que é TeeHunter?
TeeHunter é uma extensão do Chrome desenvolvida por https://teehunter.com, e sua principal característica é "Submit t-shirts with a single click to the official TeeHunter t-shirt gallery".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TeeHunter
Baixe arquivos de extensão TeeHunter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | TeeHunter |
ID | mjejannhpedhpcejlibecpflmbehnppk |
URL Oficial | https://chromewebstore.google.com/detail/teehunter/mjejannhpedhpcejlibecpflmbehnppk |
Descrição | Submit t-shirts with a single click to the official TeeHunter t-shirt gallery |
Tamanho do Arquivo | 4.21 KB |
Contagem de Instalações | 104 |
Versão Atual | 0.1.1 |
Última Atualização | 2015-12-28 |
Data de Publicação | 2015-12-28 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://teehunter.com |
Tipo de Pagamento | free |
Site da Extensão | http://teehunter.com |
Idiomas Suportados | 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 } |