Site Search Tool
A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…
Site Search Tool क्या है?
Site Search Tool http://matthewshields.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Site Search Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link styling.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | khnbepdfpjiemfhfnjdmkgfbonodphjb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/site-search-tool/khnbepdfpjiemfhfnjdmkgfbonodphjb |
विवरण | A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link… |
फ़ाइल का आकार | 53.22 KB |
स्थापना संख्या | 769 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2015-12-16 |
प्रकाशन तिथि | 2015-12-16 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://matthewshields.co.uk |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://matthewshields.co.uk |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Site Search Tool", "options_page": "options.html", "short_name": "Site Search Tool", "manifest_version": 2, "version": "1.3", "background": { "scripts": [ "jquery.js", "content_scripts.js" ] }, "content_scripts": [ { "js": [ "jquery.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "permissions": [ "background", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "logo.png" ] } |