Search Patterns

Chrome extension for search listening on Google

Search Patternsとは何ですか?

Search PatternsはSearch Patternsによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension for search listening on Google」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        SearchPatterns uses Google, Youtube Autosuggest and linguistics to uncover popular and often interesting queries around a topic. It is a free search listening tool and an free alternative to AnswerThePublic.                    

拡張機能の基本情報

名前 Search Patterns Search Patterns
ID hjlahhonnlceifaecpjejlhhgjkipnbj
公式URL https://chromewebstore.google.com/detail/search-patterns/hjlahhonnlceifaecpjejlhhgjkipnbj
説明 Chrome extension for search listening on Google
ファイルサイズ 1.13 MB
インストール数 202
現在のバージョン 0.3
最終更新日 2024-02-10
公開日 2021-02-12
評価 5.00/5 合計 5 レビュー
開発者 Search Patterns
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.searchpatterns.cc/
ヘルプページのURL https://www.searchpatterns.cc/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Search Patterns",
    "description": "Chrome extension for search listening on Google",
    "version": "0.3",
    "action": {
        "default_icon": "icons\/favicon-32x32.png",
        "icons": {
            "32": "icons\/favicon-32x32.png",
            "192": "icons\/favicon-192x192.png"
        }
    },
    "icons": {
        "32": "icons\/favicon-32x32.png",
        "128": "icons\/favicon-128x128.png"
    },
    "host_permissions": [
        "https:\/\/www.google.com\/",
        "https:\/\/www.usepatterns.com\/",
        "https:\/\/www.google-analytics.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    }
}