Online Neighbours
Interact and share links with your friends in Jike App
Online Neighbours là gì?
Online Neighbours là một tiện ích mở rộng Chrome được phát triển bởi naixy28, và tính năng chính của nó là "Interact and share links with your friends in Jike App".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Online Neighbours
Tải xuống các tệp mở rộng Online Neighbours dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Online Neighbours |
ID | jdcfdlcfpmcjgodebamofjldkdmbgeka |
URL Chính Thức | https://chromewebstore.google.com/detail/online-neighbours/jdcfdlcfpmcjgodebamofjldkdmbgeka |
Mô tả | Interact and share links with your friends in Jike App |
Kích Thước Tệp | 116 KB |
Số Lần Cài Đặt | 926 |
Phiên Bản Hiện Tại | 1.4.3 |
Cập Nhật Lần Cuối | 2023-05-23 |
Ngày Phát Hành | 2023-03-22 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | naixy28 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |