Branded3 Advanced Operator Search
A tool for performing quick advanced searches based on the current page
Branded3 Advanced Operator Search क्या है?
Branded3 Advanced Operator Search google द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool for performing quick advanced searches based on the current page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Branded3 Advanced Operator Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows a user to quickly use Google's advanced search operators These operators currently include: - Site search - Related sites - Page and Domain level - Site Information - Page and Domain level - Cached versions of pages within Google These searches can be from the page/domain that you are currently browsing or inputting a domain will bring back search results related to this domain.
एक्सटेंशन की मूल जानकारी
नाम | Branded3 Advanced Operator Search |
ID | njpgdloegkhfihmpkcpofkbgifmodalk |
आधिकारिक URL | https://chromewebstore.google.com/detail/branded3-advanced-operato/njpgdloegkhfihmpkcpofkbgifmodalk |
विवरण | A tool for performing quick advanced searches based on the current page |
फ़ाइल का आकार | 149 KB |
स्थापना संख्या | 58 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2017-09-25 |
प्रकाशन तिथि | 2017-09-25 |
डेवलपर | |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Branded3 Advanced Operator Search", "version": "0.0.3", "manifest_version": 2, "description": "A tool for performing quick advanced searches based on the current page", "homepage_url": "https:\/\/www.branded3.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "B3 Advanced Search", "default_popup": "src\/panels\/panel.html" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "src\/assets\/app.css" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/libs\/vue.min.js", "src\/assets\/app.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |