Supersearch
This plugin enables you to fulltext-supersearch all your tabs. Find more on https://gitlab.com/Schuemann/chrome-supersearch
Co je Supersearch?
Supersearch je rozšíření Chrome vyvinuté kolja, a jeho hlavní funkcí je „This plugin enables you to fulltext-supersearch all your tabs. Find more on https://gitlab.com/Schuemann/chrome-supersearch“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Supersearch
Stáhněte si soubory rozšíření Supersearch 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í
This plugin enables you to fulltext-supersearch all tabs in chrome.
Open the extension with shortkeys:
windows: Alt+Shift+F
mac: Command+Shift+F
chromeos: Alt+Shift+F
linux: Alt+Shift+F
Start typing and see the first 3 results from each tab matching your search. Select your result by mouse, tab-key or arrow-keys to jump to the tab.
Find more information on https://gitlab.com/Schuemann/chrome-supersearch. Základní Informace o Rozšíření
| Název | |
| ID | ijajhcdgklelnpmjodhfhjooiljfhdpl |
| Oficiální URL | https://chromewebstore.google.com/detail/supersearch/ijajhcdgklelnpmjodhfhjooiljfhdpl |
| Popis | This plugin enables you to fulltext-supersearch all your tabs. Find more on https://gitlab.com/Schuemann/chrome-supersearch |
| Velikost souboru | 264 KB |
| Počet instalací | 151 |
| Aktuální Verze | 1.2 |
| Poslední Aktualizace | 2024-02-23 |
| Datum Vydání | 2023-06-16 |
| Hodnocení | 5.00/5 Celkem 3 Hodnocení |
| Vývojář | kolja |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://gitlab.com/Schuemann/chrome-supersearch |
| URL Stránky Nápovědy | https://gitlab.com/Schuemann/chrome-supersearch |
| Podporované Jazyky | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Supersearch",
"version": "1.2",
"author": "[email protected]",
"description": "This plugin enables you to fulltext-supersearch all your tabs. Find more on https:\/\/gitlab.com\/Schuemann\/chrome-supersearch",
"icons": {
"16": "images\/16px-Magnifying_glass_icon.svg.png",
"32": "images\/32px-Magnifying_glass_icon.svg.png",
"48": "images\/48px-Magnifying_glass_icon.svg.png",
"128": "images\/128px-Magnifying_glass_icon.svg.png"
},
"action": {
"default_popup": "popup.html"
},
"permissions": [
"scripting"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+F",
"windows": "Alt+Shift+F",
"mac": "Command+Shift+F",
"chromeos": "Alt+Shift+F",
"linux": "Alt+Shift+F"
}
}
}
} | |