Online Neighbours
Interact and share links with your friends in Jike App
Online Neighbours란 무엇입니까?
Online Neighbours은(는) naixy28에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Interact and share links with your friends in Jike App"입니다.
확장 프로그램 스크린샷
Online Neighbours 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Online Neighbours for Jike App Users You can: - Sign in with your Jike App (By scanning the QR Code) - Find and add friends already using Jike - Share current tab's url and title so that your friends can see it - Knock on avatars just for fun CHANGELOG v1.4.3: - add support for side panel api (Chrome >= 114) v1.4.1: - open jike user home pages when click on names v1.4.0: - show url when hover a title - refactor list ui but looks identical - fix bugs v1.0.1: - use a more concise icon - fix ui bugs - better notification - show unhandled invitations count in front page
확장 프로그램 기본 정보
이름 | Online Neighbours |
ID | jdcfdlcfpmcjgodebamofjldkdmbgeka |
공식 URL | https://chromewebstore.google.com/detail/online-neighbours/jdcfdlcfpmcjgodebamofjldkdmbgeka |
설명 | Interact and share links with your friends in Jike App |
파일 크기 | 116 KB |
설치 횟수 | 926 |
현재 버전 | 1.4.3 |
최근 업데이트 | 2023-05-23 |
출시 날짜 | 2023-03-22 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | naixy28 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "index.html", "default_title": "Click to open" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "default": { "manifest_version": 3, "name": "Online Neighbours", "version": "1.4.3", "description": "Interact and share links with your friends in Jike App", "action": { "default_popup": "index.html", "default_title": "Click to open" }, "side_panel": { "default_path": "index.html" }, "icons": { "16": "src\/assets\/logo-2-48.png", "32": "src\/assets\/logo-2-48.png", "48": "src\/assets\/logo-2-48.png", "128": "src\/assets\/logo-2-128.png" }, "permissions": [ "activeTab", "tabs", "notifications", "storage", "alarms", "sidePanel" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "src\/background.ts", "tpye": "module" } }, "description": "Interact and share links with your friends in Jike App", "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "src\/assets\/logo-2-48.png", "32": "src\/assets\/logo-2-48.png", "48": "src\/assets\/logo-2-48.png", "128": "src\/assets\/logo-2-128.png" }, "manifest_version": 3, "name": "Online Neighbours", "permissions": [ "activeTab", "tabs", "notifications", "storage", "alarms", "sidePanel" ], "side_panel": { "default_path": "index.html" }, "version": "1.4.3" } |