Search Trends

Gathers trend data for your Google searches

什麼是Search Trends?

Search Trends是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Gathers trend data for your Google searches”。

擴展截圖

screenshot

下載Search Trends擴展crx文件

下載Search Trends擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Search Trends Search Trends
ID jofipiopohkiomefophlddhgflnmjclo
官方網址 https://chromewebstore.google.com/detail/search-trends/jofipiopohkiomefophlddhgflnmjclo
簡介 Gathers trend data for your Google searches
檔案大小 1.27 MB
安裝次數 2,000
目前版本 0.1
更新時間 2019-04-26
上架時間 2019-04-26
評分 4.62/5 共 13 次評分
開發者 Unknown
付費類型 free
擴展官網 https://develomark.com
支援的語言 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"
}