SearchBarFindInPage

Find words in page

SearchBarFindInPageとは何ですか?

SearchBarFindInPageはhttps://red-treasure.comによって開発されたChromeの拡張機能で、その主な機能は「Find words in page」です。

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

screenshot

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

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

拡張機能の使用方法

                        Search bar to find your searched words in the page you are seeing.

Step1. Search keywords with google from the chrome's address bar or google's web site.
Step2. Move to the site you would like to see.
Step3. Set the mouse pointer under the address bar, and "Search bar" will appear.
Step4. Click the keyword on "Search bar" which you would like to search in the current site.

Most of the source code of this originates in "MigemoFindInPage".
https://chrome.google.com/extensions/detail/fojbanjemmcmjomadodejdophegjdpkc

Thanks a lot for edvakf.

searchbar, find in page, search bar                    

拡張機能の基本情報

名前 SearchBarFindInPage SearchBarFindInPage
ID aefobaddfpadfnimjhejodmedmbogkkp
公式URL https://chromewebstore.google.com/detail/searchbarfindinpage/aefobaddfpadfnimjhejodmedmbogkkp
説明 Find words in page
ファイルサイズ 27.48 KB
インストール数 17
現在のバージョン 0.4.1
最終更新日 2020-01-30
公開日 2020-01-30
評価 3.00/5 合計 4 レビュー
開発者 https://red-treasure.com
支払い方法 free
拡張機能のウェブサイト http://red-treasure.com/report/?p=577
対応言語 en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "google_query.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "css": [
                "searchbar.css"
            ],
            "js": [
                "searchbar.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Find words in page",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC3Nz3foAueZU0Yw3FD0imJDXMvILSR8lEXXXZgcJJzztfzfUIuF1CBD0AFXjrtCr085r5x4hwTfyZn3aSWE0SJ1mh7onyUehpDEzDZNN9IWT1aydTZISS8btVLqSfYjiL8HB99H2vavhMp4Ve3cwh8YvfoV78PnrdPQSTSvtP0FwIDAQAB",
    "manifest_version": 2,
    "name": "SearchBarFindInPage",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.4.1"
}