Search In Humble Bundle
Some Extra seach engines
What is Search In Humble Bundle?
Search In Humble Bundle is a Chrome extension developed by Bortasz, and its main feature is "Some Extra seach engines".
Extension Screenshots
Download Search In Humble Bundle Extension CRX File
Download Search In Humble Bundle 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
Add option to contextual menu. So you can mark a text, right click on it and search in Humble Bundle.
Extension Basic Information
Name | Search In Humble Bundle |
ID | jkigamipemplibjiagbdfbnippdmgjfo |
Official URL | https://chromewebstore.google.com/detail/search-in-humble-bundle/jkigamipemplibjiagbdfbnippdmgjfo |
Description | Some Extra seach engines |
File Size | 11.38 KB |
Installation Count | 10 |
Current Version | 1.0 |
Last Updated | 2016-10-11 |
Publish Date | 2016-10-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Bortasz |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search In Humble Bundle", "description": "Some Extra seach engines", "version": "1.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "Searchin.js" ] }, "icons": { "128": "search32x32.png" } } |