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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}