Trending Google Searches

Trending Google searches, delivered right to your browser.

Co to jest Trending Google Searches?

Trending Google Searches to rozszerzenie Chrome opracowane przez Tommy Geiger, a jego główną funkcją jest „Trending Google searches, delivered right to your browser.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Trending Google Searches

Pobierz pliki rozszerzeń Trending Google Searches w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Trending Google Searches Trending Google Searches
ID ggpomgobocmlpmnlcaokmlepabjfmjbg
Oficjalny URL https://chromewebstore.google.com/detail/trending-google-searches/ggpomgobocmlpmnlcaokmlepabjfmjbg
Opis Trending Google searches, delivered right to your browser.
Rozmiar pliku 216 KB
Liczba instalacji 52
Aktualna Wersja 1.7
Ostatnia Aktualizacja 2022-11-17
Data Publikacji 2022-04-12
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Tommy Geiger
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tommygeiger.com/trending-google-searches
Adres URL Strony Pomocy https://github.com/tommygeiger/trending-google-searches
Obsługiwane Języki 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"
    }
}