Search the Current Site
Search the current site using the most popular search engine
Was ist Search the Current Site?
Search the Current Site ist eine Chrome-Erweiterung, die von Jofen entwickelt wurde, und ihr Hauptmerkmal ist "Search the current site using the most popular search engine".
Erweiterungsscreenshots
Search the Current Site-Erweiterungs-CRX-Datei herunterladen
Laden Sie Search the Current Site-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Search the Current Site |
ID | jeofcjkhaibldgfbdhijbiakaoadcogn |
Offizielle URL | https://chromewebstore.google.com/detail/search-the-current-site/jeofcjkhaibldgfbdhijbiakaoadcogn |
Beschreibung | Search the current site using the most popular search engine |
Dateigröße | 29.81 KB |
Installationsanzahl | 618 |
Aktuelle Version | 1.2 |
Letztes Update | 2022-09-17 |
Veröffentlichungsdatum | 2018-02-13 |
Bewertung | 2.00/5 Insgesamt 1 Bewertungen |
Entwickler | Jofen |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |