Simple Context Search
Right click on the selected text and select the search website from the context menu.
Wat is Simple Context Search?
Simple Context Search is een Chrome-extensie ontwikkeld door Magic Dev, en de belangrijkste functie is "Right click on the selected text and select the search website from the context menu.".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Context Search
Download Simple Context Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
💎 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. 😉 Basisinformatie over de Extensie
| Naam | |
| ID | jojcgnmagkjleomenibopkhfpkkbpjcg |
| Officiële URL | https://chromewebstore.google.com/detail/simple-context-search/jojcgnmagkjleomenibopkhfpkkbpjcg |
| Beschrijving | Right click on the selected text and select the search website from the context menu. |
| Bestandsgrootte | 10.85 KB |
| Aantal Installaties | 18 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2021-08-31 |
| Publicatiedatum | 2021-08-31 |
| Ontwikkelaar | Magic Dev |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
} | |