Trending Google Searches

Trending Google searches, delivered right to your browser.

Trending Google Searches क्या है?

Trending Google Searches Tommy Geiger द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Trending Google searches, delivered right to your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Trending Google Searches एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Trending Google Searches Trending Google Searches
ID ggpomgobocmlpmnlcaokmlepabjfmjbg
आधिकारिक URL https://chromewebstore.google.com/detail/trending-google-searches/ggpomgobocmlpmnlcaokmlepabjfmjbg
विवरण Trending Google searches, delivered right to your browser.
फ़ाइल का आकार 216 KB
स्थापना संख्या 52
वर्तमान संस्करण 1.7
अंतिम अपडेट 2022-11-17
प्रकाशन तिथि 2022-04-12
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Tommy Geiger
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tommygeiger.com/trending-google-searches
सहायता पृष्ठ URL https://github.com/tommygeiger/trending-google-searches
समर्थित भाषाएँ 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"
    }
}