Trending Google Searches

Trending Google searches, delivered right to your browser.

什么是Trending Google Searches?

Trending Google Searches是由Tommy Geiger开发的Chrome扩展程序,该扩展的主要功能是“Trending Google searches, delivered right to your browser.”。

扩展截图

screenshot
screenshot

下载Trending Google Searches扩展crx文件

下载Trending Google Searches扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Trending Google Searches is the easiest way to keep up with what's trending on the internet.

- Hottest search phrases of the past 24 hours
- Total number of searches
- Top related news articles
- Trends update hourly!

Add to Chrome now and never miss a thing!                    

扩展基本信息

名称 Trending Google Searches Trending Google Searches
ID ggpomgobocmlpmnlcaokmlepabjfmjbg
官方URL https://chromewebstore.google.com/detail/trending-google-searches/ggpomgobocmlpmnlcaokmlepabjfmjbg
简介 Trending Google searches, delivered right to your browser.
文件大小 216 KB
安装次数 52
当前版本 1.7
更新时间 2022-11-17
上架时间 2022-04-12
评分 5.00/5 共3次评分
开发者 Tommy Geiger
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tommygeiger.com/trending-google-searches
帮助页面URL https://github.com/tommygeiger/trending-google-searches
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trending Google Searches",
    "description": "Trending Google searches, delivered right to your browser.",
    "version": "1.7",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/trends.google.com\/"
    ],
    "action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "assets\/16.png",
            "32": "assets\/32.png",
            "48": "assets\/48.png",
            "128": "assets\/128.png"
        }
    },
    "icons": {
        "16": "assets\/16.png",
        "32": "assets\/32.png",
        "48": "assets\/48.png",
        "128": "assets\/128.png"
    }
}