Simple Context Search
Right click on the selected text and select the search website from the context menu.
Qu'est-ce que Simple Context Search ?
Simple Context Search est une extension Chrome développée par Magic Dev, et sa fonction principale est "Right click on the selected text and select the search website from the context menu.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple Context Search
Téléchargez les fichiers d'extension Simple Context 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
💎 Simple Context Search - This is a good assistant in the search on various services such as: ◾ YouTube ◾ Spotify ◾ Reddit ◾ Amazon ◾ SoundCloud ◾ Steam Market ◾ Aliexpress --------------------------------------------------------------- Right click on any selected text and search in your favorite search engines and websites directly from the context menu. Just check it out. 😉
Informations de Base sur l'Extension
Nom | Simple Context Search |
ID | jojcgnmagkjleomenibopkhfpkkbpjcg |
URL Officiel | https://chromewebstore.google.com/detail/simple-context-search/jojcgnmagkjleomenibopkhfpkkbpjcg |
Description | Right click on the selected text and select the search website from the context menu. |
Taille du Fichier | 10.85 KB |
Nombre d'Installations | 18 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2021-08-31 |
Date de Publication | 2021-08-31 |
Développeur | Magic Dev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Context Search", "description": "Right click on the selected text and select the search website from the context menu.", "version": "0.0.1", "manifest_version": 2, "permissions": [ "contextMenus" ], "icons": { "128": "icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |