Simple Context Search
Right click on the selected text and select the search website from the context menu.
Vad är Simple Context Search?
Simple Context Search är en Chrome-tillägg utvecklad av Magic Dev, och dess huvudfunktion är "Right click on the selected text and select the search website from the context menu.".
Tilläggsskärmbilder
Ladda ner Simple Context Search-förlängningens CRX-fil
Ladda ner Simple Context Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
💎 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äggande Information om Tillägg
Namn | Simple Context Search |
ID | jojcgnmagkjleomenibopkhfpkkbpjcg |
Officiell webbadress | https://chromewebstore.google.com/detail/simple-context-search/jojcgnmagkjleomenibopkhfpkkbpjcg |
Beskrivning | Right click on the selected text and select the search website from the context menu. |
Filstorlek | 10.85 KB |
Antal Installationer | 18 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2021-08-31 |
Publiceringsdatum | 2021-08-31 |
Utvecklare | Magic Dev |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } } |