Selection Menu
Pop-up menu after selection with copying and searching for selected text in Google (or other search engines)
Selection Menu क्या है?
Selection Menu mad1ost द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pop-up menu after selection with copying and searching for selected text in Google (or other search engines)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Selection Menu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Select the text and click on one of the buttons in the pop-up menu (copy or search in Google (or other search engines)). See extension preferences to choose your own search engine.
एक्सटेंशन की मूल जानकारी
नाम | Selection Menu |
ID | oplmnnimmmpiofnckcojgkonjfajgfhl |
आधिकारिक URL | https://chromewebstore.google.com/detail/selection-menu/oplmnnimmmpiofnckcojgkonjfajgfhl |
विवरण | Pop-up menu after selection with copying and searching for selected text in Google (or other search engines) |
फ़ाइल का आकार | 14.32 KB |
स्थापना संख्या | 51 |
वर्तमान संस्करण | 3.1.0 |
अंतिम अपडेट | 2024-02-01 |
प्रकाशन तिथि | 2020-06-27 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | mad1ost |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/mad1ost/selection-menu |
सहायता पृष्ठ URL | https://github.com/mad1ost/selection-menu/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Selection Menu", "version": "3.1.0", "description": "Pop-up menu after selection with copying and searching for selected text in Google (or other search engines)", "homepage_url": "https:\/\/github.com\/mad1ost\/selection-menu", "icons": { "32": "icons\/icon-32.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "selection-menu.js" ], "matches": [ " |