Context Menu Search
Search for selected text using the context menu
Vad är Context Menu Search?
Context Menu Search är en Chrome-tillägg utvecklad av Roman Grinyov, och dess huvudfunktion är "Search for selected text using the context menu".
Tilläggsskärmbilder
Ladda ner Context Menu Search-förlängningens CRX-fil
Ladda ner Context Menu 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
Use the right-click menu to search for selected text in different search engines NOTE: - "downloads" permissions are required for export / import search engines - to prevent the loss of added search engines, export them - if you have any questions, please contact me by email Source code: https://github.com/w3lifer/crx-context-menu-search
Grundläggande Information om Tillägg
Namn | Context Menu Search |
ID | idpcgabojogahgmhdgnjkmdliaeeofka |
Officiell webbadress | https://chromewebstore.google.com/detail/context-menu-search/idpcgabojogahgmhdgnjkmdliaeeofka |
Beskrivning | Search for selected text using the context menu |
Filstorlek | 166 KB |
Antal Installationer | 3,025 |
Aktuell Version | 1.6.11 |
Senast Uppdaterad | 2023-11-20 |
Publiceringsdatum | 2018-08-29 |
Betyg | 4.25/5 Totalt 12 Betyg |
Utvecklare | Roman Grinyov |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Context Menu Search", "description": "Search for selected text using the context menu", "version": "1.6.11", "icons": { "16": "img\/icons\/search-zoom\/16x16.png", "48": "img\/icons\/search-zoom\/48x48.png", "128": "img\/icons\/search-zoom\/128x128.png" }, "permissions": [ "contextMenus", "downloads", "storage" ], "background": { "persistent": false, "scripts": [ "js\/common.js", "js\/event-page.js" ] }, "options_ui": { "chrome_style": true, "page": "html\/options.html" } } |