Google Trends Realtime Screen

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

Co je Google Trends Realtime Screen?

Google Trends Realtime Screen je rozšíření Chrome vyvinuté daehyun1003, a jeho hlavní funkcí je „google trends 실시간 검색어 순위를 시작 페이지에서 확인해보세요“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google Trends Realtime Screen

Stáhněte si soubory rozšíření Google Trends Realtime Screen ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

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

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

Základní Informace o Rozšíření

Název Google Trends Realtime Screen Google Trends Realtime Screen
ID fiklpejcmccohfllabpnfoflkkffklck
Oficiální URL https://chromewebstore.google.com/detail/google-trends-realtime-sc/fiklpejcmccohfllabpnfoflkkffklck
Popis google trends 실시간 검색어 순위를 시작 페이지에서 확인해보세요
Velikost souboru 2.93 MB
Počet instalací 133
Aktuální Verze 0.0.4
Poslední Aktualizace 2022-07-04
Datum Vydání 2021-08-31
Vývojář daehyun1003
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}