Amazing Searcher

Add useful information to Google Search results

Amazing Searcherとは何ですか?

Amazing Searcherはeetannによって開発されたChromeの拡張機能で、その主な機能は「Add useful information to Google Search results」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Amazing Searcher adds the following link to the Google search results.

* `Term`: restrict results to a specific time period
* `Lang`: restrict results to a specific language
* `Recipe`: following link about search words.
  * Homepage
  * Reference
  * Search By Reference (Search in Reference by Reference)
  * Search By Google (Search in Reference by Google)
  * The link you registered on the settings page
  * The Memo you registered on the settings page

`Term`, `Lang` and `Recipe` can be set in the options page.

In particular, by setting up a lot of `Recipe`, you can greatly reduce the time it takes to get to the information you want!                    

拡張機能の基本情報

名前 Amazing Searcher Amazing Searcher
ID poheekmlppakdboaalpmhfpbmnefeokj
公式URL https://chromewebstore.google.com/detail/amazing-searcher/poheekmlppakdboaalpmhfpbmnefeokj
説明 Add useful information to Google Search results
ファイルサイズ 408 KB
インストール数 833
現在のバージョン 1.0.2
最終更新日 2021-11-09
公開日 2021-05-31
評価 5.00/5 合計 5 レビュー
開発者 eetann
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/eetann/amazing-searcher
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Amazing Searcher",
    "version": "1.0.2",
    "description": "Add useful information to Google Search results",
    "author": "eetann",
    "icons": {
        "16": "imgs\/extension_icon16.png",
        "32": "imgs\/extension_icon32.png",
        "48": "imgs\/extension_icon48.png",
        "128": "imgs\/extension_icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search?*"
            ],
            "css": [
                "chunk.css"
            ],
            "js": [
                "chunk.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html"
}