Trendstastic

View Google search trends directly from live search results

Trendstasticとは何ですか?

Trendstasticはrodrigo.stockebrandによって開発されたChromeの拡張機能で、その主な機能は「View Google search trends directly from live search results」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Trendstastic拡張機能のCRXファイルをダウンロード

Trendstastic拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Unleash the power of Google Trends -- > directly in live search results!

View Google search trends directly from live search results

Understanding when and how people search for important keywords can be an incredibly valuable research tool for any business and organization. However, the process of jumping back and forth between search results and keyword research tools can be tiresome and inefficient.

So we combined them. 

Live keyword trends data directly in search results. During the moments that matter most.

Key Benefits:
•	Instantaneous results
•	Wide view of search activity for each keyword you type in Google to better understand seasonality trends
•	Clear charting to quickly pinpoint spikes and drops
•	Works in conjunction with other popular keyword tools and plugins so you have all the important research information you need in one spot.

Contact us with any questions: [email protected]
Privacy Policy: http://www.trendstastic.co/privacy-policy/
Terms & Conditions:  http://www.trendstastic.co/terms-conditions/                    

拡張機能の基本情報

名前 Trendstastic Trendstastic
ID cbcmjpjgkjebibnojeedgapogoohckae
公式URL https://chromewebstore.google.com/detail/trendstastic/cbcmjpjgkjebibnojeedgapogoohckae
説明 View Google search trends directly from live search results
ファイルサイズ 265 KB
インストール数 5,902
現在のバージョン 1.1.0
最終更新日 2020-08-27
公開日 2020-07-11
評価 4.50/5 合計 12 レビュー
開発者 rodrigo.stockebrand
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.trendstastic.co/
ヘルプページのURL http://www.trendstastic.co/support/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trendstastic",
    "short_name": "Trendstastic",
    "description": "View Google search trends directly from live search results",
    "version": "1.1.0",
    "manifest_version": 2,
    "author": "Mohammad Apel Mahmod ",
    "icons": {
        "16": "assets\/icons\/16x16.png",
        "32": "assets\/icons\/32x32.png",
        "48": "assets\/icons\/48x48.png",
        "128": "assets\/icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "options.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}