Bing FrontPage
Start your day exactly how you like it by personalizing your browser.
Bing FrontPage क्या है?
Bing FrontPage Microsoft Corporation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Start your day exactly how you like it by personalizing your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bing FrontPage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Start your day exactly how you like it. See any image you choose or the Bing image of the day when you open a new browser tab with this official extension from Bing. Here's what you can do: • Find quick links to helpful resources and widgets • Get easy access to search the web with Bing • Upload your own image or see the Bing image of the day Plus: This extension also sets Bing as your default search engine, allowing you to easily access any information on the web.
एक्सटेंशन की मूल जानकारी
नाम | Bing FrontPage |
ID | dheeaedbndbecfdpmbcolpfoclkbcddo |
आधिकारिक URL | https://chromewebstore.google.com/detail/bing-frontpage/dheeaedbndbecfdpmbcolpfoclkbcddo |
विवरण | Start your day exactly how you like it by personalizing your browser. |
फ़ाइल का आकार | 97.24 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 1.0.6 |
अंतिम अपडेट | 2023-09-28 |
प्रकाशन तिथि | 2020-10-05 |
रेटिंग | 3.76/5 कुल 17 रेटिंग्स |
डेवलपर | Microsoft Corporation |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://go.microsoft.com/fwlink?LinkId=521839 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "scripts": [ ".\/scripts\/ping.js", ".\/background.bundle.js" ] }, "chrome_settings_overrides": { "homepage": "https:\/\/www.bing.com\/travel?FORM=TGHPNT&entrypoint=TGHPNT&PC=U597", "search_provider": { "is_default": true, "prepopulated_id": 3, "search_url": "https:\/\/www.bing.com\/search?FORM=U597DF&PC=U597&q={searchTerms}", "suggest_url": "https:\/\/www.bing.com\/osjson.aspx?FORM=U597DF&PC=U597&query={searchTerms}" }, "startup_pages": [ "https:\/\/www.bing.com\/travel?FORM=TGHPNT&entrypoint=TGHPNT&PC=U597" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "description": "__MSG_ExtnDescription__", "icons": { "128": ".\/assets\/icon_128x128.png", "16": ".\/assets\/icon_16x16.png", "48": ".\/assets\/icon_48x48.png" }, "manifest_version": 2, "name": "__MSG_ExtnName__", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "storage", "cookies", "tabs", "alarms", "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.6", "web_accessible_resources": [ "templates\/quickSearch.html" ] } |