srch από divyansh
Search selected text.
8 χρήστες8 χρήστες
Μεταδεδομένα επέκτασης
Στιγμιότυπα
Σχετικά με την επέκταση
Source: https://github.com/dpi0/srch-firefox
Import the sample engine rules file to get started: https://github.com/dpi0/srch-firefox/releases/latest/download/srch-quickstart-engines.json
Each engine rule defines: name, url, key, default and enabled.
For example here's a Wikipedia engine rule,
Import the sample engine rules file to get started: https://github.com/dpi0/srch-firefox/releases/latest/download/srch-quickstart-engines.json
Each engine rule defines: name, url, key, default and enabled.
- name --> Name shown in the context menu.
- url --> the search engine url where selected text replaces the "search_term".
- key --> is the suffix key for the leader key (default ALT+c) to be used like "LEADER --> key" to access the search engine.
- default --> implicitly all engines are set to false. set to true to set an engine as the default and use the "ALT+x" keybind to access it directly.
- enabled --> implicitly all engines are set to true. set to false to disable an engine.
For example here's a Wikipedia engine rule,
[
{
"name": "Wikipedia",
"url": "https://en.wikipedia.org/w/index.php?search=search_term",
"key": "w",
"default": false,
"enabled": true
}
]
Βαθμολογήθηκε με 0 από 0 αξιολογητές
Δικαιώματα και δεδομένα
Περισσότερες πληροφορίες
- Σύνδεσμοι προσθέτου
- Έκδοση
- 3.1.0
- Μέγεθος
- 62,77 KB
- Τελευταία ενημέρωση
- 4 μέρες πριν (16 Ιαν 2026)
- Σχετικές κατηγορίες
- Άδεια
- Άδεια MIT
- Ιστορικό εκδόσεων
- Προσθήκη σε συλλογή
Ο προγραμματιστής της επέκτασης σάς ζητά να βοηθήσετε τη συνεχή ανάπτυξή της με μια μικρή συνεισφορά.