Trendio
Trending topics
O que é Trendio?
Trendio é uma extensão do Chrome desenvolvida por http://trendio.net, e sua principal característica é "Trending topics".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Trendio
Baixe arquivos de extensão Trendio 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
This extension is your #1 source for all that's trending. Whenever you open a new browser tab, you'll see the most trending keywords or phrases. Clicking on any of the trends will take you to the Trendio search results page for that trend. You'll see all organic results that include that term or phrase. To see what people are saying about a previous keyword, perform a search for that term. ---- Privacy: Trendio does NOT save any data
Informações Básicas da Extensão
Nome | |
ID | gjmhigigmjohekcccmhbmdkonpodhlfh |
URL Oficial | https://chrome.google.com/webstore/detail/trendio/gjmhigigmjohekcccmhbmdkonpodhlfh |
Descrição | Trending topics |
Tamanho do Arquivo | 33.22 KB |
Contagem de Instalações | 14 |
Versão Atual | 1.6 |
Última Atualização | 2016-01-18 |
Data de Publicação | 2016-01-18 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | http://trendio.net |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "name": "Trendio", "description": "Trending topics", "version": "1.6", "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "default-src 'self' 'unsafe-eval' https:\/\/*.googleapis.com\/ https:\/\/*.gstatic.com https:\/\/*.akamaihd.net" } |