Search the Current Site
Search the current site using the most popular search engine
Co je Search the Current Site?
Search the Current Site je rozšíření Chrome vyvinuté Jofen, a jeho hlavní funkcí je „Search the current site using the most popular search engine“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Search the Current Site
Stáhněte si soubory rozšíření Search the Current Site 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í
Search the current site using Google. - Search selected text on any website by a simple click of a button. - Use the right-click menu to search for selected text on current website. - Google is used to do a site search of whatever you want to search on the whole website. It will make your life easy when browsing website that does not provide any search options. Features in development: - Option to add different search engines - Customizable hotkeys - Search current subdomain or the entire domain - Search using multiple engines
Základní Informace o Rozšíření
Název | Search the Current Site |
ID | jeofcjkhaibldgfbdhijbiakaoadcogn |
Oficiální URL | https://chromewebstore.google.com/detail/search-the-current-site/jeofcjkhaibldgfbdhijbiakaoadcogn |
Popis | Search the current site using the most popular search engine |
Velikost souboru | 29.81 KB |
Počet instalací | 618 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2022-09-17 |
Datum Vydání | 2018-02-13 |
Hodnocení | 2.00/5 Celkem 1 Hodnocení |
Vývojář | Jofen |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search the Current Site", "description": "Search the current site using the most popular search engine", "version": "1.2", "manifest_version": 2, "background": { "scripts": [ "common.js", "background.js" ], "persistent": false }, "browser_action": { "default_icon": "search.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "contextMenus" ] } |