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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |