ElasticSearch Head
ElasticSearch Head
什麼是ElasticSearch Head?
ElasticSearch Head是由travistx開發的Chrome擴展程式,該擴展的主要功能是“ElasticSearch Head”。
擴展截圖
下載ElasticSearch Head擴展crx文件
下載ElasticSearch Head擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Chrome Extension containing the excellent ElasticSearch Head application.
擴展基本資訊
名稱 | |
ID | ffmkiejjmecolpfloofpjologoblkegm |
官方網址 | https://chrome.google.com/webstore/detail/elasticsearch-head/ffmkiejjmecolpfloofpjologoblkegm |
簡介 | ElasticSearch Head |
檔案大小 | 460 KB |
安裝次數 | 100,000 |
目前版本 | 0.1.5 |
更新時間 | 2019-09-03 |
上架時間 | 2019-09-03 |
評分 | 4.89/5 共 197 次評分 |
開發者 | travistx |
付費類型 | free |
擴展官網 | https://github.com/TravisTX/elasticsearch-head-chrome |
說明頁面URL | https://github.com/TravisTX/elasticsearch-head-chrome |
支援的語言 | en-US |
manifest.json | |
{ "manifest_version": 2, "name": "ElasticSearch Head", "version": "0.1.5", "description": "ElasticSearch Head", "icons": { "16": "icons\/logo_16.png", "32": "icons\/logo_32.png", "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" }, "browser_action": [], "background": { "scripts": [ "src\/background.js" ] }, "content_security_policy": "script-src 'self' 'sha256-Rpn+rjJuXCjZBPOPhhVloRXuzAUBRnAas+6gKVDohs0=' 'unsafe-eval'; object-src 'self';", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |