Sydney (Bing Chat) for Chrome
enable and default to bing chat in other browsers
Sydney (Bing Chat) for Chrome란 무엇입니까?
Sydney (Bing Chat) for Chrome은(는) https://lucasjohnston.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "enable and default to bing chat in other browsers"입니다.
확장 프로그램 스크린샷
Sydney (Bing Chat) for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |