Search the Current Site
Search the current site using the most popular search engine
Qu'est-ce que Search the Current Site ?
Search the Current Site est une extension Chrome développée par Jofen, et sa fonction principale est "Search the current site using the most popular search engine".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Search the Current Site
Téléchargez les fichiers d'extension Search the Current Site au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Search the Current Site |
ID | jeofcjkhaibldgfbdhijbiakaoadcogn |
URL Officiel | https://chromewebstore.google.com/detail/search-the-current-site/jeofcjkhaibldgfbdhijbiakaoadcogn |
Description | Search the current site using the most popular search engine |
Taille du Fichier | 29.81 KB |
Nombre d'Installations | 618 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-09-17 |
Date de Publication | 2018-02-13 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | Jofen |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |