Google Trends Realtime Screen

google trends 실시간 검색어 순위를 시작 페이지에서 확인해보세요

Google Trends Realtime Screen란 무엇입니까?

Google Trends Realtime Screen은(는) daehyun1003에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "google trends 실시간 검색어 순위를 시작 페이지에서 확인해보세요"입니다.

확장 프로그램 스크린샷

screenshot

Google Trends Realtime Screen 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        구글 실시간 검색어를 시각적으로 확인해보세요!

Google Trends RealTime Screen은 다음과 같은 기능을 제공합니다.

1. 구글 실시간 검색어를 검색량에 따라 구름 단어로 시각화하여 보여줍니다. 📊
2. 연관 검색어 검색량을 확인할 수 있습니다. ✨
3. 선택한 검색어와 관련된 뉴스 링크를 제공합니다. 🗞
4. 확인하고 싶은 국가를 선택할 수 있습니다. 🌏
5. 바로가기를 등록할 수 있습니다.  👉                    

확장 프로그램 기본 정보

이름 Google Trends Realtime Screen Google Trends Realtime Screen
ID fiklpejcmccohfllabpnfoflkkffklck
공식 URL https://chromewebstore.google.com/detail/google-trends-realtime-sc/fiklpejcmccohfllabpnfoflkkffklck
설명 google trends 실시간 검색어 순위를 시작 페이지에서 확인해보세요
파일 크기 2.93 MB
설치 횟수 133
현재 버전 0.0.4
최근 업데이트 2022-07-04
출시 날짜 2021-08-31
개발자 daehyun1003
이메일 [email protected]
결제 유형 free
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Trends Realtime Screen",
    "description": "google trends \uc2e4\uc2dc\uac04 \uac80\uc0c9\uc5b4 \uc21c\uc704\ub97c \uc2dc\uc791 \ud398\uc774\uc9c0\uc5d0\uc11c \ud655\uc778\ud574\ubcf4\uc138\uc694",
    "manifest_version": 3,
    "version": "0.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*.png",
                "\/img\/*.svg",
                "\/*.png",
                "\/src\/page\/*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "history"
    ],
    "host_permissions": [
        "https:\/\/trends.google.co.kr\/*",
        "https:\/\/news.google.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [],
    "chrome_url_overrides": {
        "newtab": "page.html"
    }
}