Right Click Search
Add “Search” to right click menu for different sites.
Right Click Search क्या है?
Right Click Search newyork167 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add “Search” to right click menu for different sites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Right Click Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will allow you to add your own custom searches with the ability to search all entries at once!
एक्सटेंशन की मूल जानकारी
नाम | Right Click Search |
ID | bnnlgdbgabieghahiflbnokmgcndjbcl |
आधिकारिक URL | https://chromewebstore.google.com/detail/right-click-search/bnnlgdbgabieghahiflbnokmgcndjbcl |
विवरण | Add “Search” to right click menu for different sites. |
फ़ाइल का आकार | 52.71 KB |
स्थापना संख्या | 43 |
वर्तमान संस्करण | 0.76 |
अंतिम अपडेट | 2020-03-10 |
प्रकाशन तिथि | 2020-03-10 |
डेवलपर | newyork167 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "rightclick.js" ] }, "browser_action": { "default_icon": "icon-small.png" }, "description": "Add \u201cSearch\u201d to right click menu for different sites.", "icons": { "128": "icon-large.png", "16": "icon-bitty.png", "48": "icon-small.png" }, "manifest_version": 2, "name": "Right Click Search", "options_page": "options.html", "permissions": [ "contextMenus", "storage" ], "short_name": "Highlight, RightClick, Search", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.76", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdn.jsdelivr.net https:\/\/rawgit.com; object-src 'self'" } |