Buidler - A web annotation on Farcaster

A social annotation built on top of Farcaster, enabling users to discuss any web content.

Buidler - A web annotation on Farcaster란 무엇입니까?

Buidler - A web annotation on Farcaster은(는) https://buidler.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A social annotation built on top of Farcaster, enabling users to discuss any web content."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Buidler - A web annotation on Farcaster 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With Buidler, you can share your thoughts, explore different viewpoints, and connect with others, all within the context of the web content you're browsing.

🎉 We are thrilled to be part of the Farcaster ecosystem! 🎉
Check us out at: https://www.farcaster.xyz/apps#ecosystem and join Buidler today !!


🚀 Key Features:

1️⃣ Community Notes

Comment, discuss, and connect with the community behind any webpages, fostering decentralized and open conversations on the Internet. 

2️⃣ Farcaster Profile Insights

Track your Farcaster profile's pulse in real-time — activities, engagement, and followers. Dive deep into your profile's performance and unlock insights you never knew about.

3️⃣ Hacker News on Farcaster

Discover Farcaster's best daily links! Stay in the loop with vibrant discussions on your favorite web pages, supercharged by the Farcaster community.

🧭 Buidler’s Mission
    
We believe that the root of all problems in the world is wrong communication. 
Our mission here is to solve it, especially focusing on communication problems on the internet. 

Join discussions, share knowledge, and collaborate towards common goals.

======
Website: https://buidler.app
Farcaster: https://warpcast.com/buidler
Twitter: https://twitter.com/buidler_app

I'd love to know your thoughts 😊

Thank you for your support.                    

확장 프로그램 기본 정보

이름 Buidler - A web annotation on Farcaster Buidler - A web annotation on Farcaster
ID omhbdacaeafhladkifficmjmpeaijlfc
공식 URL https://chromewebstore.google.com/detail/buidler-a-web-annotation/omhbdacaeafhladkifficmjmpeaijlfc
설명 A social annotation built on top of Farcaster, enabling users to discuss any web content.
파일 크기 740 KB
설치 횟수 101
현재 버전 1.0.41
최근 업데이트 2023-12-17
출시 날짜 2023-08-05
평점 4.91/5 총 11 개의 평점
개발자 https://buidler.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://buidler.app/
도움말 페이지 URL https://buidler.app/
개인정보 보호 정책 페이지 URL https://buidler.app/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A social annotation built on top of Farcaster, enabling users to discuss any web content.",
    "version": "1.0.41",
    "manifest_version": 3,
    "name": "Buidler - A web annotation on Farcaster",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "font\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}