Google Trends for Twitter

A simple and convenient tool that shows you the Google trends on the Twitter page

Google Trends for Twitterคืออะไร?

Google Trends for Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yuki Eliot และคุณลักษณะหลักของมันคือ "A simple and convenient tool that shows you the Google trends on the Twitter page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Trends for Twitter

ดาวน์โหลดไฟล์ส่วนขยาย Google Trends for Twitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Do you want to know what's trending on Google and Twitter at the same time? Do you want to search and explore the popular topics and keywords on both platforms with one click? Do you want to discover new insights and opportunities from the data and analytics of both sources? If you answered yes to any of these questions, then this chrome extension is for you.

This chrome extension is a simple and convenient tool that shows you the Google trends on the Twitter page. It adds a section below the Twitter trends that displays the top 10-20 trending searches on Google for your selected country and category. Data will automatically refreshed every 30 minutes.

With this chrome extension, you can easily access and search the Google trends and the Twitter trends on the same page. You can see what people are searching for on Google and what they are talking about on Twitter. You can also click on any trend and see the results on Twitter, just like a Twitter hashtag search. You can also explore the links and hashtags associated with each trend and see how they relate to each other. You can also use this information to create engaging and relevant content for your audience, or to find new niches and markets for your business.

This chrome extension is easy to install and use. Just download it from the Chrome Web Store and enable it on your browser. Then go to any Twitter page and enjoy the Google trends below the Twitter trends. You can also adjust the settings and preferences according to your needs and preferences.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google Trends for Twitter Google Trends for Twitter
ID hiibppmbkamnhkahghfaappbbggibfko
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-trends-for-twitter/hiibppmbkamnhkahghfaappbbggibfko
คำอธิบาย A simple and convenient tool that shows you the Google trends on the Twitter page
ขนาดไฟล์ 88.74 KB
จำนวนการติดตั้ง 122
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2024-01-05
วันที่เผยแพร่ 2023-05-05
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Yuki Eliot
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://twitter.com/yuki__bitcoin
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A simple and convenient tool that shows you the Google trends on the Twitter page",
    "version": "1.0.2",
    "manifest_version": 3,
    "name": "Google Trends for Twitter",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "\/img\/icon-48.png"
    },
    "icons": {
        "16": "\/img\/icon-16.png",
        "48": "\/img\/icon-48.png",
        "128": "\/img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "http:\/\/twitter.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "\/img\/*"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/trends.google.com\/*"
    ]
}