ElasticSearch API Search
Stick to specific ES Version while searching.
What is ElasticSearch API Search?
ElasticSearch API Search is a Chrome extension developed by skkim, and its main feature is "Stick to specific ES Version while searching.".
Extension Screenshots
Download ElasticSearch API Search Extension CRX File
Download ElasticSearch API 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
When Searching ElasticSearch api using google, there are most recent document link only, (as of writing the ES Version 7.8). However, I'm currently using another version of ES. So, I had to select "other versions", and had to lookup specific version. Which is quite annoying. Using this extension. Setting the ES Version just once. You'll be redirected that specific version.
Extension Basic Information
Name | ElasticSearch API Search |
ID | ghfpifklepifimmmnfggkakdiahccacp |
Official URL | https://chromewebstore.google.com/detail/elasticsearch-api-search/ghfpifklepifimmmnfggkakdiahccacp |
Description | Stick to specific ES Version while searching. |
File Size | 19.8 KB |
Installation Count | 620 |
Current Version | 0.0.2 |
Last Updated | 2022-02-11 |
Publish Date | 2020-07-11 |
Rating | 1.50/5 Total 2 Ratings |
Developer | skkim |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/coverboy/elasticsearch_api_search |
Help Page URL | https://github.com/coverboy/elasticsearch_api_search |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ElasticSearch API Search", "version": "0.0.2", "description": "Stick to specific ES Version while searching.", "permissions": [ "activeTab", "declarativeContent", "storage" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/es_16.png", "32": "images\/es_32.png", "48": "images\/es_48.png", "128": "images\/es_128.png" } }, "icons": { "16": "images\/es_16.png", "32": "images\/es_32.png", "48": "images\/es_48.png", "128": "images\/es_128.png" }, "manifest_version": 2 } |