Simple Context Search
Right click on the selected text and select the search website from the context menu.
Hvad er Simple Context Search?
Simple Context Search er en Chrome-udvidelse udviklet af Magic Dev, og dens hovedfunktion er "Right click on the selected text and select the search website from the context menu.".
Udvidelsesskærmbilleder
Download Simple Context Search-udvidelses-CRX-fil
Download Simple Context Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        💎 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. 😉                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | jojcgnmagkjleomenibopkhfpkkbpjcg | 
| Officiel URL | https://chromewebstore.google.com/detail/simple-context-search/jojcgnmagkjleomenibopkhfpkkbpjcg | 
| Beskrivelse | Right click on the selected text and select the search website from the context menu. | 
| Filstørrelse | 10.85 KB | 
| Antal Installationer | 18 | 
| Nuværende Version | 0.0.1 | 
| Senest Opdateret | 2021-08-31 | 
| Udgivelsesdato | 2021-08-31 | 
| Udvikler | Magic Dev | 
| [email protected] | |
| Betalingsmetode | free | 
| Understøttede Sprog | 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"
        ]
    }
}  |  |