ElasticSearch API Search
Stick to specific ES Version while searching.
Co je ElasticSearch API Search?
ElasticSearch API Search je rozšíření Chrome vyvinuté skkim, a jeho hlavní funkcí je „Stick to specific ES Version while searching.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ElasticSearch API Search
Stáhněte si soubory rozšíření ElasticSearch API Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | ElasticSearch API Search |
ID | ghfpifklepifimmmnfggkakdiahccacp |
Oficiální URL | https://chromewebstore.google.com/detail/elasticsearch-api-search/ghfpifklepifimmmnfggkakdiahccacp |
Popis | Stick to specific ES Version while searching. |
Velikost souboru | 19.8 KB |
Počet instalací | 620 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2022-02-11 |
Datum Vydání | 2020-07-11 |
Hodnocení | 1.50/5 Celkem 2 Hodnocení |
Vývojář | skkim |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/coverboy/elasticsearch_api_search |
URL Stránky Nápovědy | https://github.com/coverboy/elasticsearch_api_search |
Podporované Jazyky | 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 } |