Spider Search
Uses Google to perform a website-wide search
Spider Search क्या है?
Spider Search JasonMan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Uses Google to perform a website-wide search"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spider Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
# Spider Search Performs a website-wide search. Useful for sites without a built-in search function ## Google based search Use google to perform a website-wide search. Might fail if used excessively ## Non-Google based search (Crawl based) Uses a crawler to search through the site. Slower, and will provide worse results than a Google based search. Available offline.
एक्सटेंशन की मूल जानकारी
नाम | Spider Search |
ID | fkajnlmefmnbgkgjenklnmlamennphlp |
आधिकारिक URL | https://chromewebstore.google.com/detail/spider-search/fkajnlmefmnbgkgjenklnmlamennphlp |
विवरण | Uses Google to perform a website-wide search |
फ़ाइल का आकार | 328 KB |
स्थापना संख्या | 36 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2019-03-20 |
प्रकाशन तिथि | 2019-03-15 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | JasonMan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spider Search", "version": "1.1", "description": "Uses Google to perform a website-wide search", "permissions": [ "storage", "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/spider16.png", "32": "images\/spider32.png", "48": "images\/spider48.png", "128": "images\/spider128.png" } }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+F", "mac": "Command+Shift+F" } } }, "icons": { "16": "images\/spider16.png", "32": "images\/spider32.png", "48": "images\/spider48.png", "128": "images\/spider128.png" }, "manifest_version": 2 } |