Instant Search
Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.
什麼是Instant Search?
Instant Search是由amilagm開發的Chrome擴展程式,該擴展的主要功能是“Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.”。
擴展截圖
下載Instant Search擴展crx文件
下載Instant Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension lets you run an instant google search from the current page you are viewing. Just highlight the text that you want to search and click the search icon shown next to the highlighted text. Then A popup window will appear with the google search results. Your comments are always welcome.
擴展基本資訊
名稱 | Instant Search |
ID | ldelfnbfmfpamgcanbnoonnblifbjihh |
官方網址 | https://chromewebstore.google.com/detail/instant-search/ldelfnbfmfpamgcanbnoonnblifbjihh |
簡介 | Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup. |
檔案大小 | 19 KB |
安裝次數 | 434 |
目前版本 | 1.0.1.2 |
更新時間 | 2013-11-23 |
上架時間 | 2013-11-23 |
評分 | 5.00/5 共 9 次評分 |
開發者 | amilagm |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instant Search", "version": "1.0.1.2", "description": "Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "*:\/\/*\/*", "tabs" ], "content_scripts": [ { "matches": [ " |