Developer search tool
Right click search tool for developers using chrome browser.
What is Developer search tool?
Developer search tool is a Chrome extension developed by shay zeevi, and its main feature is "Right click search tool for developers using chrome browser.".
Extension Screenshots
Download Developer search tool Extension CRX File
Download Developer search tool 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
This right click search tool extension will let you search for selected text in stackoverflow, wordpress codex, php.net and jquery api doc's.
Extension Basic Information
Name | Developer search tool |
ID | bkolnanfonknnhpeakommihhllojnecf |
Official URL | https://chromewebstore.google.com/detail/developer-search-tool/bkolnanfonknnhpeakommihhllojnecf |
Description | Right click search tool for developers using chrome browser. |
File Size | 123 KB |
Installation Count | 415 |
Current Version | 1.1 |
Last Updated | 2017-05-03 |
Publish Date | 2017-05-03 |
Rating | 5.00/5 Total 4 Ratings |
Developer | shay zeevi |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Developer search tool", "version": "1.1", "description": "Right click search tool for developers using chrome browser.", "icons": { "128": "dst-icon-128.png", "48": "dst-icon-48.png", "16": "dst-icon-16.png" }, "background": { "scripts": [ "php-search.js", "wp-search.js", "stackoverflow-search.js", "jquery-search.js" ], "persistent": false }, "permissions": [ "contextMenus" ] } |