Search the Current Site
Search the current site using the most popular search engine
Search the Current Siteとは何ですか?
Search the Current SiteはJofenによって開発されたChromeの拡張機能で、その主な機能は「Search the current site using the most popular search engine」です。
拡張機能のスクリーンショット
Search the Current Site拡張機能のCRXファイルをダウンロード
Search the Current Site拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Search the current site using Google. - Search selected text on any website by a simple click of a button. - Use the right-click menu to search for selected text on current website. - Google is used to do a site search of whatever you want to search on the whole website. It will make your life easy when browsing website that does not provide any search options. Features in development: - Option to add different search engines - Customizable hotkeys - Search current subdomain or the entire domain - Search using multiple engines
拡張機能の基本情報
名前 | Search the Current Site |
ID | jeofcjkhaibldgfbdhijbiakaoadcogn |
公式URL | https://chromewebstore.google.com/detail/search-the-current-site/jeofcjkhaibldgfbdhijbiakaoadcogn |
説明 | Search the current site using the most popular search engine |
ファイルサイズ | 29.81 KB |
インストール数 | 618 |
現在のバージョン | 1.2 |
最終更新日 | 2022-09-17 |
公開日 | 2018-02-13 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | Jofen |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search the Current Site", "description": "Search the current site using the most popular search engine", "version": "1.2", "manifest_version": 2, "background": { "scripts": [ "common.js", "background.js" ], "persistent": false }, "browser_action": { "default_icon": "search.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "contextMenus" ] } |