Easy Search
Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.
什麼是Easy Search?
Easy Search是由woogyboogy73開發的Chrome擴展程式,該擴展的主要功能是“Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.”。
擴展截圖
下載Easy Search擴展crx文件
下載Easy Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This nifty extensions helps you quicky search on the Google search engine the current highlighted text. Simply press the key combination (Ctrl+Shift+S) to search the selected text on Google.
擴展基本資訊
名稱 | |
ID | fcdpihjpncikmjengigheocmceffcgoo |
官方網址 | https://chrome.google.com/webstore/detail/easy-search/fcdpihjpncikmjengigheocmceffcgoo |
簡介 | Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google. |
檔案大小 | 11.3 KB |
安裝次數 | 6,000 |
目前版本 | 0.1 |
更新時間 | 2014-01-02 |
上架時間 | 2014-01-02 |
評分 | 1.75/5 共 4 次評分 |
開發者 | woogyboogy73 |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Search", "description": "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "version": "0.1", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "google-search": { "suggested_key": { "default": "Ctrl+Shift+S" }, "description": "Google search selected text" } } } |