Simple Context Search
Right click on the selected text and select the search website from the context menu.
Τι είναι το Simple Context Search;
Το Simple Context Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Magic Dev, και η κύρια λειτουργία του είναι "Right click on the selected text and select the search website from the context menu.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Simple Context Search
Λήψη αρχείων επέκτασης Simple Context Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
💎 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. 😉
Βασικές Πληροφορίες Επέκτασης
Όνομα | Simple Context Search |
ID | jojcgnmagkjleomenibopkhfpkkbpjcg |
Επίσημο URL | https://chromewebstore.google.com/detail/simple-context-search/jojcgnmagkjleomenibopkhfpkkbpjcg |
Περιγραφή | Right click on the selected text and select the search website from the context menu. |
Μέγεθος Αρχείου | 10.85 KB |
Αριθμός Εγκαταστάσεων | 18 |
Τρέχουσα Έκδοση | 0.0.1 |
Τελευταία Ενημέρωση | 2021-08-31 |
Ημερομηνία Δημοσίευσης | 2021-08-31 |
Προγραμματιστής | Magic Dev |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } } |