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 |
公式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 |
Eメール | [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" } } |