Connectsky - A Bluesky Client
Connectsky is a chrome extension based Bluesky / AT Proto Client with its own accessibilities!
Connectsky - A Bluesky Client란 무엇입니까?
Connectsky - A Bluesky Client은(는) Ankit Bhandari에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connectsky is a chrome extension based Bluesky / AT Proto Client with its own accessibilities!"입니다.
확장 프로그램 스크린샷
Connectsky - A Bluesky Client 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ConnectSky is a powerful decentralized social media platform that is built on top of the Bluesky / AT Protocol and incorporates many of the innovative features found in Bluesky social media. As a Chrome extension, ConnectSky allows users to seamlessly integrate their social media experience into their web browsing, making it easier than ever to stay connected with peoples who you've made on Bluesky. 💙 v0.1.4 Version: - Ability to comment and reply on a post - Like, repost and reply through notification tab - Image preview (Full window) - Profile icon on bottom bar - Font changes and UI fixes 💙 v0.1.3 Version: - New Profile Page (with Follow/Unfollow feature) - Notifications UI revamp (with new cool Badges) - More bug fixes like blank screen, etc. 💙 v0.1.2 Version: - New login UI revamp - Sign Up workflow - Feed UI revamp - Bug Fixes & more! 💙 v0.1 Version: - Ability to login - Ability to like & repost contents - Ability to check notifications - Ability to make a skeet/post (also attaching image) More features to be included in upcoming versions. Stay tuned!
확장 프로그램 기본 정보
이름 | Connectsky - A Bluesky Client |
ID | dfjlfmdhkgcpendpfflnlaedfgaoiaed |
공식 URL | https://chromewebstore.google.com/detail/connectsky-a-bluesky-clie/dfjlfmdhkgcpendpfflnlaedfgaoiaed |
설명 | Connectsky is a chrome extension based Bluesky / AT Proto Client with its own accessibilities! |
파일 크기 | 432 KB |
설치 횟수 | 127 |
현재 버전 | 0.1.4 |
최근 업데이트 | 2023-06-29 |
출시 날짜 | 2023-05-11 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Ankit Bhandari |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Connectsky - A Bluesky Client", "manifest_version": 3, "description": "Connectsky is a chrome extension based Bluesky \/ AT Proto Client with its own accessibilities!", "version": "0.1.4", "icons": { "16": ".\/favicons\/icon16.png", "32": ".\/favicons\/icon32.png", "48": ".\/favicons\/icon48.png", "128": ".\/favicons\/icon128.png" }, "permissions": [ "storage", "system.display" ], "action": { "default_title": "Connectsky - A Bluesky Client" }, "background": { "service_worker": "background.js", "type": "module" } } |