Double Click Search
Search the selected text in a new tab by double right clicking.
What is Double Click Search?
Double Click Search is a Chrome extension developed by kppk05, and its main feature is "Search the selected text in a new tab by double right clicking.".
Extension Screenshots
Download Double Click Search Extension CRX File
Download Double Click Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Search selected text in new tab by double right click.
Extension Basic Information
Name | Double Click Search |
ID | maopoocilnallolificgckakncmbmkaa |
Official URL | https://chromewebstore.google.com/detail/double-click-search/maopoocilnallolificgckakncmbmkaa |
Description | Search the selected text in a new tab by double right clicking. |
File Size | 14.66 KB |
Installation Count | 37 |
Current Version | 1.0.0 |
Last Updated | 2019-08-11 |
Publish Date | 2019-08-10 |
Developer | kppk05 |
Payment Type | free |
Extension Website | https://github.com/copan31/chrome_DoubleClickSearch |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Double Click Search", "version": "1.0.0", "author": "kppk05", "description": "Search the selected text in a new tab by double right clicking.", "icons": { "64": "icons\/icon-doubleclicksearch-64.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content-scripts\/content-doubleclicksearch.js" ] } ], "background": { "scripts": [ "background-scripts\/background-doubleclicksearch.js" ] }, "permissions": [ "tabs" ] } |