Trending Google Searches

Trending Google searches, delivered right to your browser.

ما هو Trending Google Searches؟

Trending Google Searches هو إضافة Chrome تم تطويرها بواسطة Tommy Geiger، والميزة الرئيسية لها هي "Trending Google searches, delivered right to your browser.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Trending Google Searches

قم بتنزيل ملفات الامتداد Trending Google Searches بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}