AWS Search Extension
A search-extension for quick, fuzzy-search results for AWS developers!
AWS Search Extensionคืออะไร?
AWS Search Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pit Kleyersburg และคุณลักษณะหลักของมันคือ "A search-extension for quick, fuzzy-search results for AWS developers!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AWS Search Extension
ดาวน์โหลดไฟล์ส่วนขยาย AWS Search Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension provides search results for AWS API references and the AWS CloudFormation reference, and opens the official AWS documentation page when you select an item by pressing Enter. You can start searching by typing the keyword `ase` into the searchbar, followed by a space, which will select the AWS search extension. Everything you now type will search through the included indices of the AWS API documentation, although you can also search for aws-cli documentation by prefixing your query with the `@`-sign and through the AWS CloudFormation documentation by prefixing your query with the `:`-sign. You can find detailed information in the official README on GitHub: https://github.com/pitkley/aws-search-extension. Automatic/manual search-index updates ================================= The AWS search extension uses pre-built indices to provide fast search results without having to perform any network requests. By default the extension will update the indices automatically, at most once a day. You can disable automatic index updates by clicking on the AWS search extension icon in your browser's extension area and deactivating the "Enable automatic index updates" option. You can also update the used search-indices by activating the AWS search extension, typing "!update" and hitting Enter. The latest indices are then downloaded and imported automatically, within a few seconds. Privacy ================================= The AWS search extension computes all search-suggestions locally and never sends your queries, or any other data, to any external server! Please note that it does retrieve the indices supporting the local search-suggestions by default once per day (given you perform a search). If you are not comfortable with this, you can opt out of automatic index updates in the extension's configuration, see below for more information. Please note that the extension can not guarantee that your browser doesn't collect any data for the queries you enter into its omnibox.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AWS Search Extension |
ID | plpaphbmolljpgbkjjfkhcffhffobngd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/aws-search-extension/plpaphbmolljpgbkjjfkhcffhffobngd |
คำอธิบาย | A search-extension for quick, fuzzy-search results for AWS developers! |
ขนาดไฟล์ | 998 KB |
จำนวนการติดตั้ง | 68 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2022-02-27 |
วันที่เผยแพร่ | 2020-12-25 |
ผู้พัฒนา | Pit Kleyersburg |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/pitkley/aws-search-extension |
URL หน้าช่วยเหลือ | https://github.com/pitkley/aws-search-extension/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "core\/compat.js", "core\/omnibox.js", "core\/query-event.js", "core\/command\/base.js", "core\/command\/simple.js", "core\/command\/open.js", "core\/command\/history.js", "core\/command\/manager.js", "vendored\/webextension-polyfill\/browser-polyfill.min.js", "settings.js", "utils.js", "updateInfo.js", "vendored\/fuzzy-search\/FuzzySearch.js", "command\/help.js", "command\/update.js", "search\/lib.js", "index\/api.js", "index\/cfn.js", "index\/cli.js", "search\/api.js", "search\/cfn.js", "search\/cli.js", "main.js" ] }, "browser_action": { "default_icon": { "128": "logo.png", "16": "logo.png", "48": "logo.png" }, "default_popup": "popup\/index.html", "default_title": "A search-extension for quick, fuzzy-search results for AWS developers!" }, "content_scripts": [], "content_security_policy": "script-src 'self'; object-src 'self';", "description": "A search-extension for quick, fuzzy-search results for AWS developers!", "icons": { "128": "logo.png", "16": "logo.png", "48": "logo.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqcanHEBpM8ZQG+zY2Xy+nyu5XiRjqSrFH+rutHxeyEqswA4KYNH9FFEgjy3On2+W2udY0CJzaBMgC6nPH2nFzdVGfc2CK+0wgLjYAkQjnzTd\/0jFriZrSH5S8fXJOFoEZRz3wbHX3rfOI4FpbtjCMCwDQITBgqCcF1BzFRHBDQdwv2WviJUHbuPkVO7QaeTJ4tWi0E5+rVHPhkHpf\/zerAn275xqbR\/jY3rGrlP6OTOApvjd0pSKXoznuoSKjp6Ma0O8o1aQgZD9JHRHKr7OHmqZKx7MZImHOw0JOopytkR5dfsuM1pU1xYUuHNUgjLDfeeX2N2Z0cBZlC8bt8Wv+QIDAQAB", "manifest_version": 2, "name": "AWS Search Extension", "omnibox": { "keyword": "ase" }, "permissions": [ "storage", "unlimitedStorage" ], "version": "1.0.1", "web_accessible_resources": [] } |