Select and Search
Search for selected text on any search engine.
Qu'est-ce que Select and Search ?
Select and Search est une extension Chrome développée par 痛ったい, et sa fonction principale est "Search for selected text on any search engine.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Select and Search
Téléchargez les fichiers d'extension Select and Search 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
You can add or remove search engines to context menu. You can also search for images, videos, dictionaries and shopping or use translations and more. 《 URL format for search settings in the option page 》 Your selected text will be replaced from %s in URL for search or that is placed at the end of the URL. https://www.google.com/search?q=%s or https://www.google.com/search?q= * If you need a separator, set TITLE and URL to "-"(minus sign). * Search engine URL examples available, please see my web page (Firefox version).
Informations de Base sur l'Extension
Nom | Select and Search |
ID | mjdbaljlhcapchmnabhkalepomkbcjno |
URL Officiel | https://chromewebstore.google.com/detail/select-and-search/mjdbaljlhcapchmnabhkalepomkbcjno |
Description | Search for selected text on any search engine. |
Taille du Fichier | 15.47 KB |
Nombre d'Installations | 116 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2021-08-18 |
Date de Publication | 2020-05-09 |
Développeur | 痛ったい |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://addons.mozilla.org/en-US/firefox/addon/select-and-search/ |
Langues Prises en Charge | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.4", "default_locale": "en", "author": "\u75db\u3063\u305f\u3044", "background": { "scripts": [ "background.js" ] }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png" }, "permissions": [ "storage", "contextMenus", "tabs" ] } |