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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}