Search Trends

Gathers trend data for your Google searches

O que é Search Trends?

Search Trends é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Gathers trend data for your Google searches".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Search Trends

Baixe arquivos de extensão Search Trends 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

                        Search trends is a tool that allows you to see location search data in real time using data from Google trends. The tool allows you to hover over a map to see search trends in the past year, see related queries, and provides realistic data for marketers looking to grow their business.                    

Informações Básicas da Extensão

Nome Search Trends Search Trends
ID jofipiopohkiomefophlddhgflnmjclo
URL Oficial https://chromewebstore.google.com/detail/search-trends/jofipiopohkiomefophlddhgflnmjclo
Descrição Gathers trend data for your Google searches
Tamanho do Arquivo 1.27 MB
Contagem de Instalações 2,000
Versão Atual 0.1
Última Atualização 2019-04-26
Data de Publicação 2019-04-26
Classificação 4.62/5 Total de 13 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://develomark.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "options_page": "html\/options.html",
    "devtools_page": "html\/devtools.html",
    "permissions": [
        "https:\/\/trends.google.com\/*",
        "https:\/\/www.google.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "js\/*",
        "html\/*",
        "css\/*",
        "images\/*",
        "*.html"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "name": "Search Trends",
    "version": "0.1",
    "description": "Gathers trend data for your Google searches"
}