Focalize - DApp for Lens Protocol (Beta)

Social app built on Lens Protocol with DMs via XMTP

Focalize - DApp for Lens Protocol (Beta) là gì?

Focalize - DApp for Lens Protocol (Beta) là một tiện ích mở rộng Chrome được phát triển bởi https://focalize.app, và tính năng chính của nó là "Social app built on Lens Protocol with DMs via XMTP".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Focalize - DApp for Lens Protocol (Beta)

Tải xuống các tệp mở rộng Focalize - DApp for Lens Protocol (Beta) 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

                        A full Lens social app in a browser extension!

Focalize is a free, open source, browser extension that allows you to access your notifications and DMs, as well as create publications on Lens Protocol directly from your browser. Use the toolbar icon to quickly share a link to the page you're currently viewing, create rich media NFTs on Polygon, or catch up on your notifications.

Originally created for ETHOnline 2022:
🏆 Winner of First Prize from Lens Protocol
🏆 Winner of First Prize from IPFS/Filecoin
🌿 Recipient of Lens Builders Program Grant

Notable Features:
✅ Open source, no usage tracking, and removes reliance on third parties.
✅ Desktop notifications
✅ Automatic post drafts
✅ Wide support for Lens Protocol publication metadata like locale, content warnings, and tags.
✅ Option to self-sign and pay your own gas, or use Dispatcher for gasless publishing.
✅ WYSIWYG Markdown editor.
✅ Support for setting a separate title and description for NFTs, which is shown on marketplaces like OpenSea.
✅ Uses Id3 Tags to pre-populate fields when attaching audio files.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Focalize - DApp for Lens Protocol (Beta) Focalize - DApp for Lens Protocol (Beta)
ID iebmcaohopockfafpfoeoaopihocflci
URL Chính Thức https://chromewebstore.google.com/detail/focalize-dapp-for-lens-pr/iebmcaohopockfafpfoeoaopihocflci
Mô tả Social app built on Lens Protocol with DMs via XMTP
Kích Thước Tệp 2 MB
Số Lần Cài Đặt 210
Phiên Bản Hiện Tại 2.0.0-beta.14
Cập Nhật Lần Cuối 2023-12-17
Ngày Phát Hành 2023-01-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://focalize.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/FocalizeApp/focalize-extension
URL Trang Trợ Giúp https://github.com/FocalizeApp/focalize-extension/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Focalize - DApp for Lens Protocol (Beta)",
    "short_name": "Focalize",
    "version": "1.9.13",
    "version_name": "2.0.0-beta.14",
    "description": "Social app built on Lens Protocol with DMs via XMTP",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "notifications",
        "alarms"
    ],
    "options_page": "src\/options\/index.html",
    "action": {
        "default_title": "Share on Lens",
        "default_icon": {
            "16": "images\/icon-16.png",
            "24": "images\/icon-24.png",
            "32": "images\/icon-32.png",
            "64": "images\/icon-64.png",
            "128": "images\/icon-128.png",
            "512": "images\/icon-512.png"
        },
        "default_popup": "src\/popup\/index.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "24": "images\/icon-24.png",
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png",
        "512": "images\/icon-512.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxDr\/ngNd7cYwCDGM9HhkGKFqIE\/WlvMX5UJfFC\/vGmBTS+uLpUKs\/xFDi\/\/MKEGmdckEEu\/HpZsA9VAttTGM1ATjOawA36MHzXIhyQzsqzykUzCynIQeAus+UhLhTvmUZ3120VmggGA3uHlbq4o985Iyifw77wjemSPFcgwJV7jdCZoZe8FpPpgDqo0Qt2oMIMF5tbfz37n03CEjoLDR2S\/+DP2rJErC6DwqvTVFWdqKp6wMbNEcYi4nvuGVfWc0gMZGFOYvjDD6SUBmkgteK6kA\/DzcqvDfrVW5CUZ3Zfcv+eQ\/vqq4AzghEH8RpJCGJjKAs8yx6d6cSAyaKrSfkQIDAQAB",
    "minimum_chrome_version": "91",
    "omnibox": {
        "keyword": "lens"
    }
}