START.xyz
Get a Bing Search Results Page Using the Address Bar.
START.xyz क्या है?
START.xyz https://start.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get a Bing Search Results Page Using the Address Bar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में START.xyz एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
StartXYZ enhancements for web browsers By installing the "StartXYZ" custom search engine extension you can easily access our search field from every new tab page you open. The StartXYZ extension changes your Chrome Default Search Engine to start.xyz. Required permissions for this extension are: 'search_provider' - This permission is needed to change your Default Search Engine. All searches will be redirected to start.xyz. 'json' - This permission is needed to check if you are already using our extension. If so, we do not offer it to you again. Uninstallation: To uninstall this extension, simply remove it from Chrome within your Extension Settings. Our Privacy Policy: https://start.xyz/privacy-policy Our Terms of Use: https://start.xyz/terms-and-conditions Support: https://start.xyz/support You can contact us any time via email: [email protected] or simply fill out our contact form: https://start.xyz/support
एक्सटेंशन की मूल जानकारी
नाम | START.xyz |
ID | ageplmjnkcjmeoolbjaclpdmknmjpmkk |
आधिकारिक URL | https://chromewebstore.google.com/detail/startxyz/ageplmjnkcjmeoolbjaclpdmknmjpmkk |
विवरण | Get a Bing Search Results Page Using the Address Bar. |
फ़ाइल का आकार | 7.33 KB |
स्थापना संख्या | 28,321 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2022-07-28 |
प्रकाशन तिथि | 2022-01-14 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://start.xyz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://start.xyz |
सहायता पृष्ठ URL | https://start.xyz/support |
गोपनीयता नीति पृष्ठ URL | https://start.xyz/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "START.xyz", "description": "Get a Bing Search Results Page Using the Address Bar.", "version": "1.4", "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/start.xyz\/favicon.ico", "is_default": true, "keyword": "start.xyz", "name": "Start", "search_url": "https:\/\/start.xyz\/search.php?q={searchTerms}" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": [], "web_accessible_resources": [ "*.json", "\/images\/icon16.png" ] } |