Sydney (Bing Chat) for Chrome
enable and default to bing chat in other browsers
ما هو Sydney (Bing Chat) for Chrome؟
Sydney (Bing Chat) for Chrome هو إضافة Chrome تم تطويرها بواسطة https://lucasjohnston.co.uk، والميزة الرئيسية لها هي "enable and default to bing chat in other browsers".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sydney (Bing Chat) for Chrome
قم بتنزيل ملفات الامتداد Sydney (Bing Chat) for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Want access to Bing Chat but don't want to switch to Microsoft Edge? Well, the clue is in the name. It does that. This extension also defaults to using the Chat interface rather than Bing Search (because who actually uses Bing?? sorry bing) A creation from Lettermark (https://lettermark.co.uk) ✨ Built by @lucasjohnston (https://twitter.com/lucasjohnston)
معلومات أساسية عن التمديد
الاسم | Sydney (Bing Chat) for Chrome |
ID | lainbmaibmhahhjcocbgfccjcefkkpcf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sydney-bing-chat-for-chro/lainbmaibmhahhjcocbgfccjcefkkpcf |
الوصف | enable and default to bing chat in other browsers |
حجم الملف | 458 KB |
عدد التثبيتات | 869 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-02-22 |
تاريخ النشر | 2023-02-20 |
تقييم | 4.00/5 مجموع تقييمات 6 |
المطور | https://lucasjohnston.co.uk |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://lucasjohnston.co.uk |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0", "name": "Sydney (Bing Chat) for Chrome", "short_name": "sydney-for-chrome", "description": "enable and default to bing chat in other browsers", "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "http:\/\/*.bing.com\/*", "https:\/\/*.bing.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.bing.com\/*", "https:\/\/*.bing.com\/*" ], "js": [ "syringe.js" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "1", "enabled": true, "path": "chrome_ua.json" } ] }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png", "512": "512.png", "1024": "1024.png" } } |