Trending Google Searches

Trending Google searches, delivered right to your browser.

Co je Trending Google Searches?

Trending Google Searches je rozšíření Chrome vyvinuté Tommy Geiger, a jeho hlavní funkcí je „Trending Google searches, delivered right to your browser.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Trending Google Searches

Stáhněte si soubory rozšíření Trending Google Searches 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í

                        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!                    

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

Název Trending Google Searches Trending Google Searches
ID ggpomgobocmlpmnlcaokmlepabjfmjbg
Oficiální URL https://chromewebstore.google.com/detail/trending-google-searches/ggpomgobocmlpmnlcaokmlepabjfmjbg
Popis Trending Google searches, delivered right to your browser.
Velikost souboru 216 KB
Počet instalací 52
Aktuální Verze 1.7
Poslední Aktualizace 2022-11-17
Datum Vydání 2022-04-12
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Tommy Geiger
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://tommygeiger.com/trending-google-searches
URL Stránky Nápovědy https://github.com/tommygeiger/trending-google-searches
Podporované Jazyky 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"
    }
}