Convenient Search
1.search menu on select text; 2.highlight keyword such as 'Google Quick Scroll' extension
什麼是Convenient Search?
Convenient Search是由https://sites.google.com/site/zhucai開發的Chrome擴展程式,該擴展的主要功能是“1.search menu on select text; 2.highlight keyword such as 'Google Quick Scroll' extension”。
擴展截圖
下載Convenient Search擴展crx文件
下載Convenient Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
1.search menu when right mouse down on select text; 2.highlight keyword when open search result page,and can quick scroll to keyword, such as 'Google Quick Scroll' extension 2010.8.25 update: use chrome new api :context menu api
擴展基本資訊
名稱 | Convenient Search |
ID | jahomhggpolhfjpomljoelcciaogmekh |
官方網址 | https://chromewebstore.google.com/detail/convenient-search/jahomhggpolhfjpomljoelcciaogmekh |
簡介 | 1.search menu on select text; 2.highlight keyword such as 'Google Quick Scroll' extension |
檔案大小 | 167 KB |
安裝次數 | 279 |
目前版本 | 4.0.0 |
更新時間 | 2015-01-22 |
上架時間 | 2015-01-21 |
評分 | 4.34/5 共 53 次評分 |
開發者 | https://sites.google.com/site/zhucai |
付費類型 | free |
擴展官網 | http://www.cnblogs.com/zhucai/ |
說明頁面URL | http://t.sina.com.cn/zhucai |
支援的語言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "setting.js", "encodeToGb2312.js", "background.js" ] }, "browser_action": { "default_icon": "thumb2.png", "default_title": "Convenient Search Extension", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "all_frames": true, "css": [ "my.css" ], "js": [ "jquery-2.1.3.js", "encodeToGb2312.js", "content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "thumb2.png" }, "name": "__MSG_extName__", "options_page": "options.html", "permissions": [ "tabs", "contextMenus" ], "version": "4.0.0", "manifest_version": 2 } |