Google Trends Realtime Screen

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

What is Google Trends Realtime Screen?

Google Trends Realtime Screen is a Chrome extension developed by daehyun1003, and its main feature is "google trends 실시간 검색어 순위를 시작 페이지에서 확인해보세요".

Extension Screenshots

screenshot

Download Google Trends Realtime Screen Extension CRX File

Download Google Trends Realtime Screen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

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

Extension Basic Information

Name Google Trends Realtime Screen Google Trends Realtime Screen
ID fiklpejcmccohfllabpnfoflkkffklck
Official URL https://chromewebstore.google.com/detail/google-trends-realtime-sc/fiklpejcmccohfllabpnfoflkkffklck
Description google trends 실시간 검색어 순위를 시작 페이지에서 확인해보세요
File Size 2.93 MB
Installation Count 133
Current Version 0.0.4
Last Updated 2022-07-04
Publish Date 2021-08-31
Developer daehyun1003
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}