Keyword Search

This is a simple extension that searches your keyword

Keyword Searchとは何ですか?

Keyword SearchはKashyap Kakiによって開発されたChromeの拡張機能で、その主な機能は「This is a simple extension that searches your keyword」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        If you'd like to search any keyword anywhere from one place, this extension is for you. With this extension, you can search any keyword that opens another tab to give your search results. Initial version released. Coming up with more features in future. If you like the extension, please rate and encourage us. Let us know your feedback and suggestions.

Thank you!                    

拡張機能の基本情報

名前 Keyword Search Keyword Search
ID nonlplbhnineefeopejpfmfhppnnejdi
公式URL https://chromewebstore.google.com/detail/keyword-search/nonlplbhnineefeopejpfmfhppnnejdi
説明 This is a simple extension that searches your keyword
ファイルサイズ 115 KB
インストール数 38
現在のバージョン 1.0
最終更新日 2020-07-20
公開日 2020-07-20
開発者 Kashyap Kaki
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keyword Search",
    "version": "1.0",
    "description": "This is a simple extension that searches your keyword",
    "author": "Kashyap Kaki",
    "icons": {
        "16": "Resources\/SearchIcon-16px.png",
        "48": "Resources\/SearchIcon-48px.png",
        "128": "Resources\/SearchIcon-128px.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "Resources\/SearchIcon-16px.png",
            "24": "Resources\/SearchIcon-24px.png",
            "32": "Resources\/SearchIcon-32px.png"
        },
        "default_title": "Keyword Search",
        "default_popup": "index.html"
    },
    "background": [
        "main.js"
    ]
}