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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ankit Bhandari และคุณลักษณะหลักของมันคือ "Connectsky is a chrome extension based Bluesky / AT Proto Client with its own accessibilities!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Connectsky - A Bluesky Client

ดาวน์โหลดไฟล์ส่วนขยาย Connectsky - A Bluesky Client ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}