Trending Google Searches

Trending Google searches, delivered right to your browser.

Cos'è Trending Google Searches?

Trending Google Searches è un'estensione di Chrome sviluppata da Tommy Geiger, e la sua funzione principale è "Trending Google searches, delivered right to your browser.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Trending Google Searches

Scarica i file di estensione Trending Google Searches in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Trending Google Searches Trending Google Searches
ID ggpomgobocmlpmnlcaokmlepabjfmjbg
URL Ufficiale https://chromewebstore.google.com/detail/trending-google-searches/ggpomgobocmlpmnlcaokmlepabjfmjbg
Descrizione Trending Google searches, delivered right to your browser.
Dimensione del File 216 KB
Conteggio Installazioni 52
Versione Corrente 1.7
Ultimo Aggiornamento 2022-11-17
Data di Pubblicazione 2022-04-12
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Tommy Geiger
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tommygeiger.com/trending-google-searches
URL della Pagina di Aiuto https://github.com/tommygeiger/trending-google-searches
Lingue Supportate 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"
    }
}