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 |
公式URL | 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 } |