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.”。
擴展截圖
下載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 |
ID | ggpomgobocmlpmnlcaokmlepabjfmjbg |
官方網址 | 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" } } |